Creating a Vue JS app with JSON server API backend with Tailwind CSS
-
Download the repository
-
Install JSON Server
npm install json-server
-
Install dependencies
npm install
-
Start the server
npm run dev
-
Start the front end
npm run serve
-
Run the tests
npm run test:unit
npm run serve
npm run dev
Local server http://localhost:8080/
API Route Example http://localhost:5000/tasks/1
npm run build