A Vue.js and Node.js project
# install dependencies
npm install
# build for production with minification
npm run build
# start node server at localhost:8081
nodemon server.js
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
# To make the oauth strategies workable, add the keys in
config/Config.js