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

https://github.com/anshsinghsonkhia/learning-reactjs


https://github.com/anshsinghsonkhia/learning-reactjs

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Learning-ReactJS

# Steps to create a `React.js` Project with `Vite`

- visit: https://vitejs.dev/guide/

1. Create app

```shell
npm create vite@latest
```

2. Install

```shell
npm install
```

3. Run

```shell
npm run dev
```

One-shot Video : https://www.youtube.com/watch?v=Xe8CkYZvCig