- Node (v 5.x)
- Clone repository.
- Install NPM dependencies:
npm install
- In a command shell:
npm start
- Server will be available on http://localhost:3000
- Swagger API UI available on http://localhost:3000/documentation
Project is configured to use ESLint with the AirBnB rules. Install the appropriate ESLint plugin (including the extra React plugin) for your editor and point at the project .eslintrc file to enable your checking.