Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 478 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 478 Bytes

FFW Prototype template

This repo holds our base template for setting up Gulp eith liveReload for the TWIG template engine + SCSS. It is to be used for all new prototypes by FFW designers, to ensure a good handoff for our front end developers.

##Prototype installation instructions:

###Prerequisites: Node.js Bower Gulp

  1. Navigate to .npm folder.

  2. Install all requred packages: 'sudo npm install'

  3. Install Bower packages: 'bower install'

  4. Watch for changes: 'gulp'