vir-storybook
v3.2.3
Published
- [x] React.js - [x] Storybook - [x] Styled Components - [x] TypeScript
Downloads
33
Keywords
Readme
Techs
- [x] React.js
- [x] Storybook
- [x] Styled Components
- [x] TypeScript
What can be better?
- More components
Dependencies
- Node = 10
Usage
- Run
yarn add ...
in your React.js project. - Import components from the package and get started.
Start Development Environment
- Clone this repository;
- Run
npm or yarn install
at each project in order to install dependencies. - Run
yarn storybook
. - Access
localhost:8080
in your browser. - Run
yarn build
to generate your own build.