summer-school-2017 To start: $ npm install $ npm install -g json-server $ json-server —watch cities.json To develop: $ npm run dev To build for production: $ npm run build To lint you code: $ npm run lint