Skip to content

The UI library with Storybook and Rollup template for Create React App

License

Notifications You must be signed in to change notification settings

rebase-agency/cra-template-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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