Skip to content

Installation

David Storey edited this page Jan 22, 2018 · 6 revisions

Download from GitHub

To get started you will need to download a copy of the boilerplate.

You can either download it as a zip file from here: https://github.com/realise-labs/gulp-boilerplate/archive/master.zip

Or by exporting it from Git:

git clone https://github.com/realise-labs/gulp-boilerplate.git

Install Node

If you don't have Node installed, download and install Node from here: https://nodejs.org/

Install Gulp

If you don't have Gulp installed globally, then run the following on the command-line:

npm install -g gulp

Install node_modules

Double click the install.bat file in the project root or navigate to the root directory and type the following in the command-line.

npm install

Or if you don't want to use the command-line there is a batch file to do this for you:

install.bat

DO NOT add the node_modules folder to source control!

Boom!

You now have the gulp-boilerplate installed in your local project. Congratulations.

To get started developing, read about the Main tasks

Clone this wiki locally