Skip to content

buchalla/boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published