Requirements
Install dependencies
$ [sudo] npm install
or
$ yarn
First start MongoDB if you don't have a running instance
$ mongod
Development
$ npm start
or use nodemon
$ npm run dev
Production
$ node bin/www
Requirements
Install dependencies
$ [sudo] npm install
or
$ yarn
First start MongoDB if you don't have a running instance
$ mongod
Development
$ npm start
or use nodemon
$ npm run dev
Production
$ node bin/www