mde / ribcage-preview

Run a preview server for a ribcage component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ribcage-preview

Run a preview server with live reloading for a ribcage component

Install

npm install -g ribcage-preview

Usage

ribcage-preview <dir>

<dir> should be the directory of the component you want to preview.

Create an example folder in your <dir> with an entry.js and an entry.css. All HTML should be created by entry.js.

open http://localhost:4000/default

This URL with livereload on every file change, and load in the compiled entry.js and entry.css.

About

Run a preview server for a ribcage component

License:MIT License


Languages

Language:JavaScript 100.0%