Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rouanw/style-guide-demo
Sample web page with an example style guide
https://github.com/rouanw/style-guide-demo
Last synced: 4 days ago
JSON representation
Sample web page with an example style guide
- Host: GitHub
- URL: https://github.com/rouanw/style-guide-demo
- Owner: rouanw
- Created: 2015-04-28T09:32:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T13:19:31.000Z (about 9 years ago)
- Last Synced: 2023-03-28T21:20:31.086Z (over 1 year ago)
- Language: HTML
- Homepage: http://www.infoq.com/articles/guide-to-better-css
- Size: 2.25 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Style Guide Demo
This repo contains a sample web page with an example style guide.
## Get started
```
git clone https://github.com/rouanw/style-guide-demo.git
cd style-guide-demo
npm install
gulp
```Open `index.html` for the web page and `style-guide.html` for the style guide.
You can have your SCSS automatically compiled while you edit by running `gulp watch`.