https://github.com/ericclemmons/genesis-skeleton
Modern, opinionated, full-stack starter kit for rapid, streamlined application development.
https://github.com/ericclemmons/genesis-skeleton
Last synced: 8 months ago
JSON representation
Modern, opinionated, full-stack starter kit for rapid, streamlined application development.
- Host: GitHub
- URL: https://github.com/ericclemmons/genesis-skeleton
- Owner: ericclemmons
- License: mit
- Created: 2012-12-12T23:57:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T17:22:15.000Z (about 12 years ago)
- Last Synced: 2025-09-20T07:31:29.914Z (9 months ago)
- Language: CoffeeScript
- Homepage: https://github.com/genesis/angular
- Size: 1.21 MB
- Stars: 106
- Watchers: 7
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Genesis Skeleton
[](https://david-dm.org/ericclemmons/genesis-skeleton)
[](https://david-dm.org/ericclemmons/genesis-skeleton#info=devDependencies&view=table)
*v0.4.0*
- - -
Modern, opinionated, full-stack starter kit for rapid, streamlined application development.
- API-ready server powered by Express
- Streamlined workflow using GruntJS
- Instant preview with LiveReload
- Rapid prototyping using Twitter Bootstrap
- Client-side dependency management from Bower
- First-class support for AngularJS & ReactJS
- Simplified testing utlizing Karma
- Resource optimization for production
- Deployment-ready for Heroku & Nodejitsu
## Documentation
Visit [http://genesis-skeleton.com/](http://genesis-skeleton.com/) for the
latest documentation & features!
## Dependencies
1. NodeJS
2. Yeoman
3. Bower
4. Grunt
*The NPM dependencies can easily be installed at once via:*
- `npm install -g yo bower grunt-cli`
## Installation
If necessary, first install the [Yeoman generator for Genesis Skeleton](https://github.com/ericclemmons/generator-genesis):
- `npm install -g generator-genesis`
From within any new or existing project directory:
- `yo genesis`
## Usage
- `grunt server`
- `grunt test`
Visit [http://genesis-skeleton.com/](http://genesis-skeleton.com/) for in-depth
documentation.
## License
MIT
[](https://bitdeli.com/free "Bitdeli Badge")