Run npm i
in /
.
This will install node dependencies for express and socketio server
Run npm i
in /public/clientServices/
This will install node dependencies for React page!
Compile the react bundle using the command npm run dev
for development bundle and use npm run prod
for production bundle.
- Please update the
public/clientServices/constants.js
URL variables to the server location. - In case of installation error, Please check the node version
- Node - v8.0.0
- NPM - 6.4.1