Starter REST API using expressjs
# Clone repository
$ git clone https://github.com/nazcules/node-express-starter.git myproject
$ cd myproject
# Install dependencies
$ npm install
# Run development with hot reload at localhost:9000
$ npm run dev
# Run production
$ npm run start
# Fixed style code with standardjs
$ npm run test