vue-app Grab the code git clone https://github.com/Pythonian/Vue-Event-App.git Install project dependencies cd Vue-Event-App npm install Install a full fake REST API npm install -g json-server Turn on json server to watch the mock database json-server -d 5000 --watch db.json Spin up a local server for the project in a new console tab npm run serve Open a browser and checkout the app http://localhost:8080