Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
/ template Public archive

Template codebase for creating a flimflam component

Notifications You must be signed in to change notification settings

flimflamjs/template

Repository files navigation

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

About

Template codebase for creating a flimflam component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published