Skip to content

This document provides instructions to set up and run the Todo React frontend application using npm package manager.

Notifications You must be signed in to change notification settings

Nishanthnaa52/Todo-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo React Frontend Setup

This document provides instructions to set up and run the Todo React frontend application using npm package manager.

Prerequisites

Ensure you have the following installed on your system:

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Setup Instructions

  1. Clone the Repository

    git clone https://github.com/nishanthnaa52/Todo-fontend.git
    cd Todo-frontend
  2. Install Dependencies

    Run the following command to install all necessary dependencies:

    npm install

Running the Application

  1. Start the Development Server

    To start the development server, run:

    npm run dev

    This will start the application and you can view it in your browser at http://localhost:5173.

Building for Production

To create a production build of the application, run:

npm run build

This will generate optimized static files in the build directory.

About

This document provides instructions to set up and run the Todo React frontend application using npm package manager.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published