Files
react-hooks-training/README.md
Indrajith K L a60fcc0e50 Update Readme
* Updated Description
* Adds Title
2024-02-05 04:18:27 +05:30

25 lines
374 B
Markdown

# React Hooks Training
This is an Animotion presentation written form React Hooks Training.
## Setup
Install dependencies.
```sh
pnpm i
```
Run the development server at http://localhost:5173/.
```sh
pnpm run dev
```
Build and preview deploy.
```sh
pnpm run build && pnpm run preview
```
React Hooks Training © 2024 by Indrajith K L is licensed under CC BY-SA 4.0