Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 435 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 435 Bytes

Stitches

A simple, fast web app to generate html based on a collection of commonly used user interface patterns. app-screen-shot

Running it locally

npm install
npm start

this compiles client.js into bundle.js, run postcss for css changes as well as starts the node app.

then head to localhost:3000. You should see stitches now!