/animation-showcase

Playground for creating interesting animations and effects

Primary LanguageTypeScriptMIT LicenseMIT

Animation Showcase

Application to showcase animations in using css.

Node Version

This project is built and tested with Node.js version 18.19.1.

Installation

Run the following command to install dependencies:

npm install

Usage

Development

To run the application in development mode:

npm run dev

This command will start the development server using Vite.

Production

To build the application for production:

npm run build

Then to start the express server:

npm start

License


This project is licensed under the MIT License - see the LICENSE file for details.