https://github.com/acidjazz/skeletor
SPA skeletal framework
https://github.com/acidjazz/skeletor
coffeescript framework gulp objectus pug stylus
Last synced: about 2 months ago
JSON representation
SPA skeletal framework
- Host: GitHub
- URL: https://github.com/acidjazz/skeletor
- Owner: acidjazz
- Created: 2016-11-16T23:15:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T19:05:08.000Z (about 8 years ago)
- Last Synced: 2025-01-22T01:46:29.496Z (3 months ago)
- Topics: coffeescript, framework, gulp, objectus, pug, stylus
- Language: CSS
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](http://github.com/acidjazz/objectus)

[](http://coffeescript.org/)

[](https://pugjs.org/)

[](http://stylus-lang.com/)

[](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
```