Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/acidjazz/skeletor

SPA skeletal framework
https://github.com/acidjazz/skeletor

coffeescript framework gulp objectus pug stylus

Last synced: about 12 hours ago
JSON representation

SPA skeletal framework

Awesome Lists containing this project

README

        

[![](public/images/objectus128.png)](http://github.com/acidjazz/objectus)
![](public/images/plus48.png)
[![](public/images/coffee128.png)](http://coffeescript.org/)
![](public/images/plus48.png)
[![](public/images/pug128.png)](https://pugjs.org/)
![](public/images/plus48.png)
[![](public/images/stylus128.png)](http://stylus-lang.com/)
![](public/images/plus48.png)
[![](public/images/gulp128.png)](http://gulpjs.com//)

# [SPA](https://en.wikipedia.org/wiki/Single-page_application) skeletal setup
> *Note*: currently in early development

## Usage

* compile all javascript, css, and html
```bash
npm run dev
```

* compile all 3 but minified, uglified, with no sourcemaps
```bash
npm run prod
```

* run browser-sync and host `public/` and all its related directories
```bash
npm run sync
```