- Node (v8+)
- NPM (v5+)
- Open the terminal from the root folder of repository
- Run
npm install
- Once it finishes, run
npm run start
- Server will start running on port 3000 (make sure PORT 3000 is empty)
- Open
http://localhost:3000
in browser if it not opens automatically.
Run npm run test