@rebase-agency/cra-template-ui
v1.1.0
Published
The UI library with Storybook and Rollup template for Create React App.
Downloads
56
Readme
@rebase-agency/cra-template-ui
The UI library with Storybook and Rollup template for Create React App.
Installation
When creating a new react-project, run the following command:
yarn create react-app %PROJECT_NAME% --template @rebase-agency/ui
Or
npx create-react-app %PROJECT_NAME% --template @rebase-agency/ui
Then
cd %PROJECT_NAME%
yarn storybook
For build your UI package run
yarn rollup-build
Your package will build in dist
folder.
Features
- Storybook with autodocs and start config theme
- Rollup with ready configuration
License
@rebase-agency/cra-template-ui is an open source software licensed as MIT.