tic-tac-toe game project
This project is for educational purposes only.
Site published at: https://github.com/Povilas88/tic-tac-toe
- Github pages
- JS rendering (DOM)
- html5 /css3 /js
- localStorage
- class (OOP)
Node.js - download and install
https://nodejs.org
Git - download and install
https://git-scm.com
Would like to run this project locally? Open terminal and follow these steps:
- Clone the repo
git clone https://github.com/Povilas88/tic-tac-toe.git
- Install NPM packages
or
npm i
npm install
- Run the server
npm run dev
Povilas: Github
Distributed under the MIT License.