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.
- Node 10+
- yarn/npm
Download or clone this repository.
- Install dependencies with
yarn
ornpm install
- Run
yarn dev
ornpm run dev
. This starts the development mode with a server onhttp://localhost:8080/
. - Go to
http://localhost:8080/
. Happy developing! :)
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.
Use generated files in dist
folder.
Marvin Rudolph, info@marvin-rudolph.de
stack-icon is available under the MIT license. See the LICENSE file for more info.