buchalla / boilerplate

boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boilerplate

Some front-end features to build projects with a back-end language.

Version

1.1.0

Techs

Installation

First of all, install Node.js and NPM.

Clone the boilerplate.

$ git clone https://github.com/buchalla96/boilerplate.git

Then install Gulp and Bower globally.

$ npm install -g gulp bower

Inside the project folder run.

$ npm install
# and
$ bower install

Tasks

While developing, run.

$ gulp
# or
$ gulp watch

To build the project to production.

$ gulp build

That's it!

About

boilerplate


Languages

Language:JavaScript 70.5%Language:CSS 17.2%Language:HTML 12.3%