blob: 65056c7de727476266754f879179abe86c10b536 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
|