Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 227 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 227 Bytes

create-rebass

Quickly start a Rebass-based component library

npm init rebass my-library

Run an isolated development server

cd my-library
npm start

Run snapshot tests

npm test

MIT License