Skip to content

A boilerplate for UI components development based on Storybook and Rollup

Notifications You must be signed in to change notification settings

gorillalogic/componentize

Repository files navigation

Componentize Boilerplate

A boilerplate for UI components development based on Storybook and Rollup

by Gabriel Garnica

This boilerplate is a starting point for component-based web development. It uses Storybook to develop components in isolation with documentation, and Rollup to bundle components and publish as NPM package for multiple projects usage.

Supports multiple UI components frameworks, including:

Getting Started

1. Clone the repository

git clone (repo url)

2. Install dependencies

npm install

3. Use the CLI setup script to prepare the boilerplate with the desired UI framework

npm run setup

### 4. Remove the unused boilerplate files through the CLI option (optional)

5. Start Storybook

npm run storybook

6. Upload the changes to your own repository changing the remote URL

git remote set-url origin (your repo url)

7. Develop your components in isolation, document them and publish them as NPM package

Notes

About

A boilerplate for UI components development based on Storybook and Rollup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published