You can view the live demo of the project here: Task Manager
Follow the instructions below to set up and run the project locally.
Ensure you have the following installed:
-
Clone the repository to your local machine:
git clone [email protected]:Naveedahmedtech/task-management-client.git cd task-management-client
-
Install the dependencies: npm install
-
Start the development server: npm run dev
-
Start production server:
npm run start
application running on localhost:8001