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

251 B

Animotion

This is an Animotion presentation.

Setup

Install dependencies.

pnpm i

Run the development server at http://localhost:5173/.

pnpm run dev

Build and preview deploy.

pnpm run build && pnpm run preview