This is a Vite web app project.
Follow these instructions to run the web app in your local environment.
- Node.js and npm installed on your machine.
-
Clone the repository to your local machine:
git clone https://github.com/skmominali17/TaskBoard.git
-
Navigate to the project directory:
cd taskboard -
Install dependencies:
npm install
-
Run the app in the development mode:
npm run dev
-
Open http://localhost:5173 to view it in the browser.