An open API service indexing awesome lists of open source software.

https://github.com/rahullkumr/learningreact

Learning React from Prasad Kadam sir
https://github.com/rahullkumr/learningreact

ajax api axios-react component context-api crud framework gsap-animation jsx library package-bundler parcel-bundler react react-crud react-fiber react-fragments react-router-dom rollup vite webpack

Last synced: about 1 month ago
JSON representation

Learning React from Prasad Kadam sir

Awesome Lists containing this project

README

        

# LearningReact

Learning React from Prasad Kadam sir

![React Banner](banner.png)

## Content

1. [React Installation Guide](#steps-for-the-installation-of-react)

2. [Steps to run this project locally](#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:

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

```bash
cd LearningReact
```
4. Navigate to particular project:

```bash
cd FirstInstallation

cd ReactByPrasadSir
```
5. Install the project dependencies:

```bash
npm install
```
6. Start the development server:

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