- Install the total.js in project directory
npm install total.js
- Install the dependencies in /client
npm install
- run webpack for React.js. Bundled files will be copied to /public directory
npm run webpack
```
5. Start the server from the root directory of project
node server ```
- Visit http://localhost:8000