Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 634 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 634 Bytes

Tic Tac Toe Online

An online tic tac toe made using Node.js and WebSockets.

Play the online demo (open two tabs in you browser)

How to build and run

Install the dependencies

npm install

Build the client code in the public folder

npm run prod

Build the server in the dist folder

npm run build

Start the server

npm start

Other tasks available:

npm run watch # runs webpack in watch mode
npm run devserver # runs webpack-dev-server
npm run dev # build the client code in development mode
npm run startdev # runs the server in nodemon