Yeoman generator that scaffolds out a front-end base for rapid prototyping.
- CSS Autoprefixing
- Built-in live-reload server
- Built-in multi-device preview server with browser-sync.
- Automatically compile Sass and Compass
- Automatically wire up your Bower components with bower-install.
- Zurb's Foundation 5 wired in with bower
- Nodes Front-end modular SCSS methology
- Install:
npm install -g git+https://github.com/dennishn/generator-prototype.git
- Run:
yo prototype
- Type in your IP adress (windows:
ipconfig
| mac/linux:ifconfig
- Run
grunt serve
to use the live-reload server - Run
grunt browser-sync
to use the multi-device preview server
-
--skip-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished.