cvara / static-boilerplate

Repository from Github https://github.comcvara/static-boilerplateRepository from Github https://github.comcvara/static-boilerplate

Static Boilerplate

A boilerplate application for non-SPAs.

Getting started

The project requires Node.js >=0.10.26 and the npm of the appropriate version. Note that some nodejs PPA repositories for Ubuntu (e.g. the Chris Lea's PPA) inlude the npm along with the actual nodejs packages.

Once Node.js and npm are installed, install Gulp globally, by running npm install --global gulp.

Lastly, clone the project, cd to it, and npm install all project dependencies.

Running & building the project

Available Gulp tasks:

  • gulp: Runs development server, with live reload

  • gulp runProd: Builds project for production (compressed webpack chunks, no livereload)

About


Languages

Language:JavaScript 74.2%Language:CSS 25.5%Language:HTML 0.3%