This repo is for alt school first semester mini project (To do App)
Click here
Click here
To run this project:
- Clone the project
- Run npm install to install all dependencies and devDependencies
- Create a .env file baased on .env.example file in the project.
- To run Test:
- Run npm test
- To run the project:
- Run npm run dev