html-prototype

html-prototype

[DEPRECATED] This project is an application skeleton for HTML prototyping. It is based on Gulp, Jekyll, Sass & jQuery. With this you can quickly bootstrap your web application and dev environment.

HTML Prototype v0.1.0

This project is an application skeleton for HTML prototyping. It is based on Gulp, Jekyll, Sass & jQuery. With this you can quickly bootstrap your web application and dev environment.

Bower Components

Getting started

bundle install
npm install

Configuration file:

config.json

Local Server:

gulp --serve

Build:

gulp --production

Contribution

Git Flow

This repository works with git-flow.

For a contribution, you need to follow the following workflow with the addition of a pull-request.

Example for adding a feature:

  • Fork this repository
  • Start from develop (make sure to pull first)
  • git flow feature start -your feature name-
  • git flow feature publish -your feature name-
  • start making your changes (commit and push regularly)
  • when done, make a pull-request from your feature branch to develop
  • after the pull-request is accepted, do git flow feature finish -your feature name-

Updates

For all updates, follow @svenpeeters on Twitter.
Mail me anything at all or add an issue.

License

See LICENSE.