Skip to content

cmalven/vite-animation-boilerplate

Repository files navigation

Vite Animation Boilerplate

A foundation for interactive animations built on Vite

Development

npm i
npm start

Changing the example

All available examples are located in the /src/modules/ directory. To use a different example, simply change the following line in /src/index.ts

import Example from './modules/WhateverExample';

Deploy

# Build and optimize for production
# The resulting /dist directory can be deployed anywhere…
npm run build

# OR configure deployment with Netlify…
# Deploys will happen after every git push
npx netlify-cli init

About

A foundation for interactive animations built on Vite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published