Gulp starter template for frontend (BS3, jQuery, RiotJS)
-
- 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.
-
npm install -g bower
-
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
├─┬ default
│ └── watch
├─┬ browserSync
│ └── build
├── build
├── clean
├── extras
├── images
├── scripts
├── scss
├── html
├─┬ watch
│ └── browserSync
└── usemin