- React
- Express
- Pusher
Install the dependencies
$ npm installStart app
$ npm startInstall serve globally
$ npm i -g serveBuild app
$ npm run buildServe app
$ serve -s buildPoint your browser to http://localhost:5000/
This project was bootstrapped with Create React App.