Welcome to TaskMaster! This project provides the frontend for the TaskMaster application. It is a robust task manager that allows users to create, update, style and delete their tasks
To get started with the TaskMaster frontend project, follow these simple steps:
-
Clone the Repository:
git clone https://github.com/jkarenzi/task-master-fe.git
-
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
-
Run tests
npm run test
-
Run tests with coverage
npm run test:ci
-
Build the container
docker build -t <image-name> .
-
Run the container
docker run -p <port>:<port> <image-name> .