Skip to content

devoidofgenius/DevStarterKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple to use starter kit for web projects using Gulp, Bower, Sass and Browsersync.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published