Skip to content

rahulkumar66/express-node-es6-boilerplate

Repository files navigation

Requirements

Getting Started

Clone the repo:

git clone git@github.com:rahulkumar66/express-node-es6-boilerplate.git
cd express-node-es6-boilerplate

Install dependencies:

npm i

Set environment variables:

cp .env.example .env

Running Locally

npm run dev

Running in Production

npm run start

Lint

# lint code with ESLint
npm run lint

Test

# run all tests with Mocha
npm run test

# open nyc test coverage reports
npm run coverage

Documentation

# generate and open api documentation
npm run docs

About

Boilerplate code for a simple node based express app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published