Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artursopelnik/lit-storybook-boilerplate

A boilerplate template for creating fast and robust design systems ✨ with Lit, Storybook, Vite and TypeScript
https://github.com/artursopelnik/lit-storybook-boilerplate

lit storybook webcomponents

Last synced: 22 days ago
JSON representation

A boilerplate template for creating fast and robust design systems ✨ with Lit, Storybook, Vite and TypeScript

Awesome Lists containing this project

README

        

# lit-storybook-boilerplate

*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.

## 💡 Requirements

- Node.js 20
- Git

## 🚀 Setup

1. Select the compatible Node version: `nvm use`
2. Install dependencies: `npm install`
3. Navigate to the core package: `cd /packages/lit` and build it with: `npm run build`
4. Go to the Storybook package: `cd /packages/storybook`
- Use `npm run storybook` to watch for changes in Storybook.

## 👏 Contributing
- :octocat: [Pull requests](https://github.com/artursopelnik/lit-storybook-boilerplate/pulls) and 🌟 stars are always welcome.
- For major changes, please open an [issue](https://github.com/artursopelnik/lit-storybook-boilerplate/issues) first to discuss what you would like to change.
- Please make sure to update tests as appropriate.

## 📩 Contact
📧 [email protected]

💼 Linkedin [@artursopelnik](https://www.linkedin.com/in/artur-sopelnik-b93656110/)

## License
MIT © [Artur Sopelnik](https://github.com/artursopelnik/)