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

https://github.com/uetchy/web-starter

Website development kit
https://github.com/uetchy/web-starter

Last synced: about 2 months ago
JSON representation

Website development kit

Awesome Lists containing this project

README

          

# web-starter

Website development kit w/ Gulp + coffee + sass + jade.

## Structure

```
.
├── README.md
├── bower.json
├── gulpfile.coffee
├── package.json
└── src
├── index.jade
├── scripts
│   ├── MyModule.coffee
│   └── index.coffee
└── styles
└── index.sass
```