https://github.com/gilbarbara/generator-web
Generate a front-end website
https://github.com/gilbarbara/generator-web
Last synced: 9 months ago
JSON representation
Generate a front-end website
- Host: GitHub
- URL: https://github.com/gilbarbara/generator-web
- Owner: gilbarbara
- License: mit
- Created: 2013-12-20T03:40:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-23T00:18:57.000Z (about 11 years ago)
- Last Synced: 2025-04-10T14:34:27.372Z (9 months ago)
- Language: JavaScript
- Homepage: http://gilbarbara.github.io/generator-web/
- Size: 790 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-web [](https://travis-ci.org/gilbarbara/generator-web) [](http://gruntjs.com/)
Web generator
Build a modern website with h5bp, bootstrap 3, jquery (and modernizr, underscore, Font Awesome).
Uses bower for dependencies and grunt for tasks.
View the initial page: (http://gilbarbara.github.io/generator-web/)
## Features
* Built-in preview server with LiveReload
* Automagically compile Sass
* Automagically concatenate, lint and compress your scripts
* Optional - Modernizr builds
* Optional - Underscore.js
* Optional - Font Awesome
* Optional - Respond.js (for IE8)
* Optional - html5shiv (for IE8)
For more information on what `generator-web` can do for you, take a look at the [Grunt tasks](https://github.com/gilbarbara/generator-web/blob/master/app/templates/_package.json) used in our `package.json`.
## Getting Started
- Install: `npm install -g generator-web`
- Run: `yo web AppName`
- Run `grunt serve` for preview
## Options
* `--skip-install`
Skips the automatic execution of `bower` and `npm` after scaffolding has finished.
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)
[](https://nodei.co/npm/generator-web/)