Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 700 Bytes

README.md

File metadata and controls

65 lines (43 loc) · 700 Bytes

Tailwind Animations

A gallery of TailwindCSS animations that you can just copy-paste into your projects


Animations

  • Shake when wrong value is entered
  • Bounce
  • Fade In

Available Scripts

Install Dependencies

npm install

Install Git Hooks(Required for Development)

npm run prepare

Start Development Server

npm run dev

Lint all the files

npm run lint

Format all files with Prettier

npm run format

Check TypeScript issues

npm run type-check

Build for Production

npm run build

Start Production Server

npm start