This is a template for building web components with React. It uses Storybook to quickly start and iterate on components.
Latest version of the web app runs using Github Pages click here.
To get started with this template, follow these steps:
- Clone the repository to your local machine.
- Enable
corepack
by runningcorepack enable
. - Install the dependencies by running
pnpm i
in the project directory. - Start the development server by running
pnpm dev
.
Contributions are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository. If you would like to contribute code, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.