/restify-todo-server

a backend in node with restify framework using es6 with webpack

Primary LanguageJavaScript

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