Skip to content

PriteshThorat/react-study

Repository files navigation

My React App

This project is created using Vite with React. Below are all the commands you need to set up, run, and manage the project.


Commands

1. Create a New React Project

   npm create vite@latest my-react-app

2. Navigate to the Project Directory

    cd my-react-app

3. Install Project Dependencies

    npm install

4. Start the Development Server

    npm run dev

5. Build the Project for Production

    npm run build

6. Preview the Production Build

    npm run preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published