Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 275 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 275 Bytes

React Component Blueprint

Quickly develop, publish and demo React Components

Compile src

npm run compile

Build demo

npm run build:demo
open ./example/build/index.html

Deploy Demo to Github Pages Project

npm run deploy