0.3.1 • Published 9 years ago
generator-hacknight-web v0.3.1
generator-hacknight-web
Yeoman generator for creating a website with Gulp + Browsersync
Installation
First, install Yeoman and generator-hacknight-web using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-hacknight-webGetting started
Create a directory for your project:
mkdir mynewprojectNavigate to your new project directory:
cd mynewprojectGenerate your new project:
yo hacknight-webFeatures
Starting project scaffold
|-- src/
| |-- index.html
| |-- css/
| |-- main.css
| |-- js/
| |-- main.js
| |-- images/
| |-- logo.pngBuild process with Gulp
Serve your project with live reload:
gulp serveBuild your project for production:
gulp buildBuild includes asset concatenation, minification, and compression.
License
MIT © hacknight