-
Clone the repository:
git clone https://github.com/itsrobinm/Task-Manager.git cd Task-Manager
-
Install the dependencies:
npm install
To start the development server, run:
npm run dev
Open http://localhost:3000 to see the app running.
To run the Jest tests, use:
npm run test
To open the Cypress test runner, use:
npm run cypress:open