Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 278 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 278 Bytes

node-kitchensink

Node boilerplate for PoC

How to Run

npm install

npm start

go to http://localhost:8080

TODOs

  • switch to use babel in node
  • add tests with mocha
  • generate swagger doc for api
  • clean up package.json (remove unused dependencies)