git clone https://github.com/dmsbilas/back-tic-tac-toe.git
cd back-tic-tac-toe
docker build -t back-tic .
docker run -it -p 3001:3000 back-tic
The project will start running at localhost:3001 port
- git clone git clone https://github.com/dmsbilas/back-tic-tac-toe.git
- cd back-tic-tac-toe (Make sure you are in the directory where package.json file located)
- npm install
- npm run build
- npm start
- inside ./src/index.ts change the port number according Frontends
The project will start running at localhost:3000 port