Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.21 KB

readme.md

File metadata and controls

33 lines (22 loc) · 1.21 KB

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

📩 Contact

📧 [email protected]

💼 Linkedin @artursopelnik

License

MIT © Artur Sopelnik