SPA Vue Frontend using a Json-Server Fake API
- Install docker
- Install docker-compose
- Open the root project folder at terminal and execute:
npm run dev
- Application access: http://localhost:8080
- Fake API access: http://localhost:3000
Requirements:
- NodeJS@14.17.0
- Vue2
- NPM packages
- json-server
After installation, execute:
-
Run client:
npm install && npm run dev
-
Run server📝:
json-server ./api/bigstore.json