A boilerplate application for non-SPAs.
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.
Available Gulp tasks:
-
gulp
: Runs development server, with live reload -
gulp runProd
: Builds project for production (compressed webpack chunks, no livereload)