Skip to content

emanuel15/tictactoe-online

Repository files navigation

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

Releases

No releases published

Packages

No packages published