# Install dependencies
$ npm install
# Compiles and hot-reloads for development at localhost:8080
$ npm run serve
# Compiles and minifies for production
$ npm run build
# Run unit tests
$ npm run test:unit
# Before it is necessary to run the BDD testing environment in backend
$ npm test