Skip to content

Rahullkumr/LearningReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearningReact

Learning React from Prasad Kadam sir

React Banner

Content

  1. React Installation Guide

  2. Steps to run this project locally

Steps for the Installation of React

  1. Create a folder and open CMD inside it.
  2. Run the command: npm create vite and proceed.

    npm create vite@latest or npm create vite@versionNumber

  3. Enter a project name.
  4. Leave the package name as default.
  5. Select the framework (React).
  6. Select JavaScript.
  7. Run: cd projectName.
  8. Run: npm install.
  9. Run: npm run dev 🚀.

Steps to run this project locally

  1. Open a terminal and navigate to the folder where you want to clone the repository.

  2. Clone the repository using the following command:

    git clone https://github.com/Rahullkumr/LearningReact.git
  3. Navigate to the project directory:

    cd LearningReact
  4. Navigate to particular project:

    cd FirstInstallation
    <!-- or -->
    cd ReactByPrasadSir
  5. Install the project dependencies:

    npm install
  6. Start the development server:

    npm run dev
  7. Open http://localhost:5173 in your browser to view the app.