Skip to content

A minimal React UI Kit boilerplate with Storybook, hot reloading, Styled Components, Typescript and Jest

Notifications You must be signed in to change notification settings

sgomez/react-ui-kit-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React UI Kit boilerplate

The perfect boilerplate to help you to create your own React UI Kit.

Live Example

https://leandrooriente.github.io/react-ui-kit-boilerplate

Features

Quick start

Make sure that you have Node v8 or above installed.

  1. Clone this repo using git clone git@github.com:leandrooriente/react-ui-kit-boilerplate.git
  2. Move to the appropriate directory: cd react-ui-kit-boilerplate.
  3. Run npm ci in order to install dependencies.
  4. At this point you can run npm run storybook to see the example Storybook at http://localhost:6006.

Creating new components

To add a new component, just run npm run generate. This command will generate all the component (Stateless or not) files for you.

Testing

To test your components run npm test. By default we run tests and lint before any push.

Deploying storybook

To deploy storybook to Github Pages run npm run deploy-storybook.

License

MIT

About

A minimal React UI Kit boilerplate with Storybook, hot reloading, Styled Components, Typescript and Jest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.8%
  • JavaScript 23.1%
  • HTML 21.1%