- React
- Express
- Pusher
Install the dependencies
$ npm install
Start app
$ npm start
Install serve globally
$ npm i -g serve
Build app
$ npm run build
Serve app
$ serve -s build
Point your browser to http://localhost:5000/
This project was bootstrapped with Create React App.