1.1.0 • Published 4 months ago

@rebase-agency/cra-template-ui v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@rebase-agency/cra-template-ui

version License

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.