Skip to content

ahmadajmi/furnish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Make sure you have Node.js installed then the following commands to

Install Node packages

npm install

Install Bower packages

bower install
Build

This will build all the files to the build directory

gulp build
Development mode

This will start the development mode and initialize a localhost server to preview and watch file changes as you code, but make sure you run gulp build first.

gulp serve