This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Install dependencies after cloning the project
cd task-manager
npm install
To run this project, you will need to create .env file and copy .env.example content to it. It should look like this:
VITE_API_URL=http://localhost:3000/
Run the following to run react application and json-server that serves the data
npm run start
To run tests, run the following command
npm run test