real-world-vue
An app for creating and viewing events with a guest list
Navigate into the project folder
npm install
Perform this to have a basic local server that performs basic CRUD for the events If you do not have json-server install it either globally or for this project
npm install -g json-server
json-server --watch db.json
npm run serve
npm run build
npm run test
npm run lint