https://github.com/positlabs/exo-skeleton
https://github.com/positlabs/exo-skeleton
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/positlabs/exo-skeleton
- Owner: positlabs
- Created: 2013-10-08T21:08:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-19T19:59:31.000Z (over 11 years ago)
- Last Synced: 2024-10-19T07:14:56.536Z (7 months ago)
- Language: JavaScript
- Size: 8.99 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

exo-skeleton
============
Project scaffolding for web apps. At the core, it used Backbone / Layoutmanager (which depend on jQuery and underscore).
It also comes with some optional goodies like support for LESS CSS and Jade templates.Using exo-skeleton
-----------------
Use [Yeoman][1] to generate the exo-skeleton scaffolding. There is no need to fork this repository.0. Install yo (if needed)
`npm install -g yo`1. Install the generator.
`npm install -g generator-exo-skeleton`2. cd to an empty directory, then run the generator.
`yo exo-skeleton`Grunt tasks
------------------
`grunt watcher`: watch files that need to be pre-processed (.less, .jade).`grunt server`: starts a local server, watches files, and opens a page to view the project on
`grunt build`: builds a distributable version of the site
`grunt deploy`: uploads the site to a server
`grunt`: builds and deploys
Included in exo-skeleton
------------------
* Backbone: http://backbonejs.org
* LayoutManager: https://layoutmanager.org
* LESS CSS: http://lesscss.org/
* JADE HTML: http://jade-lang.com/reference/
* Underscore: http://underscorejs.org
* jQuery: http://jquery.com/[1]: http://yeoman.io/ "Yeoman"