Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.11 KB

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