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
- Host: GitHub
- URL: https://github.com/webpro/component-styleguide-example
- Owner: webpro
- Created: 2015-03-05T16:50:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T20:06:33.000Z (over 8 years ago)
- Last Synced: 2025-03-25T06:05:17.747Z (about 1 year ago)
- Language: CSS
- Size: 23.4 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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