QuadB Tech Todo App

Installation

  1. Install Node Modules:

    npm install

    This command will install all the necessary dependencies for the project.

  2. Start the Server:

    npm run dev

    This command will start the development server, and you can view the website by navigating to http://localhost:5173 in your web browser.