A gallery of TailwindCSS animations that you can just copy-paste into your projects
- Shake when wrong value is entered
- Bounce
- Fade In
Install Dependencies
bun install
Start Development Server
bun run dev
Lint all the files
bun run lint
Format all files with Prettier
bun run format
Check TypeScript issues
bun run type-check
Build for Production
bun run build
Start Production Server
bun start