A project with some records (and a login)
- needs "node 8.11.3" or higher and "npm 5.6.0" or higher
# install dependencies
npm install
# serve with hot reload at localhost:8080 (this will point the requests to https://records-project-app.herokuapp.com)
npm run dev
# if you hare running records-project-app in localhost, run: (this will point the requests to http://localhost:8081)
npm run local-dev