Files
react-hooks-training/README.md
Indrajith K L f05a472585 React Slides
* Adds useState
* State
* useEffect
* Side Effects
2024-02-05 04:15:02 +05:30

24 lines
251 B
Markdown

# Animotion
This is an Animotion presentation.
## 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
```