/component-styleguide-example

Example for component-styleguide

Primary LanguageCSS

component-styleguide-example

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