Browser based Tic Tac Toe
2 players play Tic Tac Toe taking turns on the same browser window (no network-multiplayer, no AI).
TODO
- Fork this project into your github account
- Clone fork on your machine
- In project folder:
npm install
- Start dev server:
npm start
- To run the application open
http://localhost:8080/webpack-dev-server/
- To run tests open
http://localhost:8080/webpack-dev-server/test
- (Build release version to ./release:
npm run-script webpack
)