task-manager Project Setup Note that you first need to install json-server globally npm install -g json-server Then run the server. (Make sure you are at the root directory of the project ) json-server ./data/db.json npm install Compile and Hot-Reload for Development npm run dev Compile and Minify for Production npm run build