Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acidjazz/skeletor
- Owner: acidjazz
- Created: 2016-11-16T23:15:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T19:05:08.000Z (almost 8 years ago)
- Last Synced: 2024-11-21T07:35:55.036Z (2 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
[![](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
```