25 lines
374 B
Markdown
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 |