Install mongoDB.
frontend$ npm install
frontend$ npm run build
frontend$ npm run dev
backend$ npm install
backend$ npm start
or
backend$ DEBUG=backend:* npm start
Install mongoDB.
frontend$ npm install
frontend$ npm run build
frontend$ npm run dev
backend$ npm install
backend$ npm start
or
backend$ DEBUG=backend:* npm start