0.3.1 • Published 7 years ago

generator-hacknight-web v0.3.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

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-web

Getting started

Create a directory for your project:

mkdir mynewproject

Navigate to your new project directory:

cd mynewproject

Generate your new project:

yo hacknight-web

Features

Starting project scaffold

|-- src/
|    |-- index.html
|    |-- css/
|         |-- main.css
|    |-- js/
|         |-- main.js
|    |-- images/
|         |-- logo.png

Build process with Gulp

Serve your project with live reload:

gulp serve

Build your project for production:

gulp build

Build includes asset concatenation, minification, and compression.

License

MIT © hacknight

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago