Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 1.82 KB

README.md

File metadata and controls

66 lines (52 loc) · 1.82 KB

Development Starter Kit

Includes the following tools, tasks and workflows:

Bower requires Node and npm. Follow directions below if you don’t have Node installed on your system. To install using homebrew:

brew install node

Otherwise, you can download and install from here.

Install Bower

npm install -g bower

Install Gulp

npm install -g gulp

How to use the DevStarterKit

Clone starterkit repository

Rename myproject to whatever you wish your folder to be called

git clone https://github.com/devoidofgenius/DevStarterKit.git myproject

Install Bower Components

Inside project directory

bower install

Install Node Modules

Inside project directory

npm install

Gulp

Running the default gulp task starts development mode

gulp

To run the complete production build of your site

gulp production