plimble / nodeapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodejs bootstrap project

Installation

npm install

Usage

dev mode

npm run dev

production need to precompile to for gain performance

npm run build
npm run start

Feature

  • Babel ES6
  • eslint
  • typecheck
  • Async with generator or async and await (transform to coroutine and blubird)
  • bottlejs for inversion of control

Reference

About


Languages

Language:JavaScript 100.0%