Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`.