npm run global && npm install
touch .env.file
PORT=3000
NODE_ENV=development
MONGODB_URI=mongodb://localhost/myDB
MONGOLAB_URI=mongodb://localhost/myDB
npm run dev:front:only
npm run dev:front
npm run dev:back
npm run dist:front