Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 268 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 268 Bytes

restify-todo-server

a simple back-end server usgin restify framework, mongoose and webpack

running

  • installing dependencies
npm install
  • building project
npm run build

or

npm run dev

last command will also build and run the project