Skip to content

nirnejak/svg-animations

Repository files navigation

SVG Animations

SVG Animations with Framer Motion

Screenshots

Feature Illustrations Details Illustrations Other Illustrations Fullscreen view

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