@brickblock/styleguide
v4.20.2
Published
Brickblock Styleguide
Downloads
171
Keywords
Readme
Styleguide
Overview
Styleguide for reusable React components across our services
How to get started
Run the app locally
Install dependencies
yarn install
Run app
yarn start
Open url
http://localhost:8080/
Testing
Unit Tests
To run Jest tests, run the yarn test
command.