A Single Page Application proyect
# install dependencies
cd back
npm install
# serve with hot reload at localhost:3977, mongo instance should be running
npm start (or F5 to run debugger mode)
# install dependencies
cd front
npm install
# serve with hot reload at localhost:8080
npm run dev