A boilerplate template for creating fast and robust design systems for React, Remix, Next.js, Vue, Angular or Vanilla JS Application ✨ with Lit and Storybook.
Monorepo setup with Lerna.
Note: Angular plays nice with custom elements, so you can use Lit in your Angular apps.
- Node.js 20
- Git
- Select the compatible Node version:
nvm use
- Install dependencies:
npm install
- Navigate to the core package:
cd /packages/lit
and build it with:npm run build
- Go to the Storybook package:
cd /packages/storybook
- Use
npm run storybook
to watch for changes in Storybook.
- Use
- Pull requests and 🌟 stars are always welcome.
- For major changes, please open an issue first to discuss what you would like to change.
- Please make sure to update tests as appropriate.
💼 Linkedin @artursopelnik
MIT © Artur Sopelnik