Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 574 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 574 Bytes

Rebass Recomposed

A demonstration of using Rebass components with Recompose

About

Rebass is a library of React stateless functional UI components. Recompose is a library of higher-order components and utilities for React.

Running locally

git clone https://github.com/jxnblk/rebass-recomposed.git
cd rebass-recomposed
rm -rf .git
npm i
npm start

Open http://localhost:3000

MIT License