0.0.22 • Published 6 years ago
aurora-ui-kit v0.0.22
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
- Typescript
- Components generators
- Development Environment: Storybook
- Styles: Styled Components with theming configuration
- Lint: TSLint
- Tests: Jest
Quick start
Make sure that you have Node v8 or above installed.
- Clone this repo using
git clone git@github.com:leandrooriente/react-ui-kit-boilerplate.git
- Move to the appropriate directory:
cd react-ui-kit-boilerplate
. - Run
npm ci
in order to install dependencies. - 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
0.0.22
6 years ago
0.0.21
6 years ago
0.0.20
6 years ago
0.0.19
6 years ago
0.0.18
6 years ago
0.0.17
6 years ago
0.0.16
6 years ago
0.0.15
6 years ago
0.0.14
6 years ago
0.0.13
6 years ago
0.0.12
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago