component-styleguide-example

October 1, 2017 ยท View on GitHub

Example project + structure for component-styleguide.

See this example styleguide running at component-styleguide.now.sh (thanks now.sh!).

Installation

git clone git@github.com:webpro/component-styleguide-example.git
cd component-styleguide-example
npm install
npm run build
npm start

The styleguide is now running at http://localhost:3000.

Development

npm run dev

Contents

  1. 1Installation
  2. 2Development