Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 583 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 583 Bytes

flimflam template

This is a template codebase that has the basic packages and blank files for initially creating a new flimflam component.

The code for your component should go in index.js. Any CSS that is necessary for you component should go in index.css.

The code for rendering your component for the demo (docs) should go in page.js. Any CSS for your demo should go in page.css.

To run the demo with live-reload, run npm run budo. To watch your css, run npm run postcss.

To build your demo, run npm run build-docs.

To babelify your index.js, run npm run babel