1.0.0 • Published 5 years ago
react-business v1.0.0
#React Business
React Business UI Components Library.
Install the package
$ yarn add react-businessWrap app with the ThemeProvider and theme
import { ThemeProvider, theme } from 'react-business';Import components
import { Text } from 'react-business';Develop
To install react-business locally run
$ yarn installTo start
$ yarn styleguideTo test
$ yarn testTest will run through all jest tests and watch for any changes on snapshots.
To run lint
$ yarn lintTo publish
$ npm publishBuild
To create a production build
$ yarn buildTo create a production build of the static library
$ yarn styleguide:buildDeployment
Using CircleCI