Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facultymatt/nikeplus
Nike+ NodeJS
https://github.com/facultymatt/nikeplus
Last synced: about 1 month ago
JSON representation
Nike+ NodeJS
- Host: GitHub
- URL: https://github.com/facultymatt/nikeplus
- Owner: facultymatt
- License: mit
- Created: 2013-08-25T14:39:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-08T14:12:53.000Z (about 11 years ago)
- Last Synced: 2024-10-28T14:06:35.042Z (3 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Genesis Skeleton
*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
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