Skip to content

zachcowell/frontend-gulp-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-gulp-starter

Gulp starter template for frontend (BS3, jQuery, RiotJS)

Getting Project Running Locally

  • Install Git

  • Install node.js

    • At the time of creation node.js version is: 4.2.1
    • NOTE: DO NOT INSTALL NODE USING HOMEBREW - There are several known issues involving npm and homebrew.
  • Install bower

      npm install -g bower
    
  • Install gulp

      npm install -g gulp
    
  • Clone project locally

      HTTPS:  git clone https://github.com/zachcowell/frontend-gulp-starter.git
    
  • Cd into project directory (frontend-gulp-starter)

      cd frontend-gulp-starter
    
  • Enter the following command into the terminal at the project root to start.

      npm install && gulp
    

Gulp Tasks

  ├─┬ default
  │ └── watch
  ├─┬ browserSync
  │ └── build
  ├── build
  ├── clean
  ├── extras
  ├── images
  ├── scripts
  ├── scss
  ├── html
  ├─┬ watch
  │ └── browserSync
  └── usemin

About

Gulp starter template for frontend (BS3, jQuery, RiotJS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published