IngaGd / Task-Manager

Task Manager App
0 stars 0 forks source link

Task Manager App

Tech Stack

Project is setup using Vite (React / TypeScript), SCSS, Jest, React Testing Library.

How to setup and run the project

You can install all the required dependencies by running the npm i command in the root directory. If everything is alright, dependencies for the app will be installed.

To run the applications in development mode, run these commands in terminal:

npm run dev - to run the development server, launches on localhost on port 5173.

The following npm commands that are available from the projects root:

npm run test - run all tests.\ npm run build - build the application.\