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
- Host: GitHub
- URL: https://github.com/rahullkumr/learningreact
- Owner: Rahullkumr
- Created: 2024-11-29T20:16:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T06:24:21.000Z (5 months ago)
- Last Synced: 2025-02-17T10:48:38.160Z (4 months ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://vitaminprotein.vercel.app
- Size: 13.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LearningReact
Learning React from Prasad Kadam sir

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