/node-server-boilerplate

Boilerplate for API Server with koa v2 written in Node.js and ES6.

Primary LanguageJavaScriptMIT LicenseMIT

node-server-boilerplate

Boilerplate for API Server with koa v2 written in Node.js and ES6.

Requirements

  • node ^6.0.0
  • npm ^3.9.0

Dependencies

Build Setup

# install dependencies
npm install

# run for development with hot reload at localhost:3000
npm run dev

# build for production
npm run build

# run for production with pm2
npm run prd

License

MIT