Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.2 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.2 KB

TaskMaster API

CI for TaskMaster Project

codecov

Overview

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

Installation

To get started with the TaskMaster frontend project, follow these simple steps:

  1. Clone the Repository:

    git clone https://github.com/jkarenzi/task-master-fe.git
  2. Install Dependencies:

    npm install
  3. Run the Development Server:

    npm run dev

Testing

  • Run tests

    npm run test
  • Run tests with coverage

    npm run test:ci

Docker

  • Build the container

    docker build -t <image-name> .
  • Run the container

    docker run -p <port>:<port> <image-name> .

Authors