Skip to content

nasrullahid/node-express-starter

Repository files navigation

JavaScript Style Guide

Node Express Starter

Starter REST API using expressjs

Build setup
# 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

About

Starter REST API using node express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published