Simple chat app using docker-compose, pm2, socket-io, node.js and react
- clone the repo
git clone https://github.com/idandagan1/chatapp.git
npm i
npm start
- open another terminal and run
npm run server
- go to
http://localhost:3000
npm test
npm run coverage
inside client folder run:
npm i
npm start
- Client starts webpack on port 3000
inside server folder run:
npm i
- open another terminal and run
npm run start:dev
- Server listening on port 8080
- Run:
docker-compose up