Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rahullkumr/learningreact

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

ajax component framework jsx library nextjs package-bundler parcel-bundler react react-fiber react-fragments reactjs rollup vite webpack

Last synced: 15 days 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. [Details about other branches](#details-about-other-branches)

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

3. [Steps to run this project locally](#steps-to-run-this-project-locally)

## Details about other branches

```diff
+ There are multiple branches in this repository. Each branch contains code and tasks related to that day only.

- This branch is for day01 and day02

Go explore other branches also
```

## 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.