- Install the all necesary modules and packages in project directory
npm install
- Install babel-node package
npm install babel-node -g
- run webpack for React.js and Auth0 in /client. Bundled files will be copied to /public directory
npm run webpack
```
5. Start the server from the root directory of project
babel-node server.js ```
- Visit http://localhost:8000