Skip to content

m4rvr/stack-icon

Repository files navigation

Stack Icon

Type-safe dynamic stack icon animation written in TypeScript, styled with tailwindcss and animated with GSAP. Comes with a solid webpack configuration for developing & building. Supported by ESLint & Prettier for consistent code style.

Stack Icon Animation

Requirements

  • Node 10+
  • yarn/npm

Installation

Download or clone this repository.

Usage

Development

  1. Install dependencies with yarn or npm install
  2. Run yarn dev or npm run dev. This starts the development mode with a server on http://localhost:8080/.
  3. Go to http://localhost:8080/. Happy developing! :)

Build for production

You can build your production files by running one of the following scripts with yarn/npm run in front:

  • build:types: Builds the TypeScript declaration files.
  • build:js: Builds the (minified) CSS & JavaScript files.
  • build: Builds both at the same time.

Production

Use generated files in dist folder.

Author

Marvin Rudolph, info@marvin-rudolph.de

License

stack-icon is available under the MIT license. See the LICENSE file for more info.

About

Dynamic animated stack icon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published