An open API service indexing awesome lists of open source software.

https://github.com/webpro/component-styleguide-example

Example for component-styleguide
https://github.com/webpro/component-styleguide-example

Last synced: 10 months ago
JSON representation

Example for component-styleguide

Awesome Lists containing this project

README

          

# component-styleguide-example

Example project + structure for [component-styleguide](https://github.com/webpro/component-styleguide).

See this example styleguide running at [component-styleguide.now.sh](https://component-styleguide.now.sh) (thanks [now.sh](https://zeit.co/now)!).

## 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](http://localhost:3000).

## Development

npm run dev