/node-project-starter

starter source for node project

Primary LanguageJavaScriptMIT LicenseMIT

nodejs project starter

A Boilerplate application for building node app.

This project uses yarn package manager.

Summary

  • express
  • mongoosejs
  • Template engine pug
  • es7 support
  • Separate web routes and api routes

Install yarn

npm install -g yarn

Install dependencies

yarn

To run the project in development

yarn dev

To build the project for production environment

yarn build

Tests:

yarn test