Skip to content

l4ci/boilerplate.dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate

Getting started

We need to install a few things:

Start

  1. Check the bower.json, package.jsonand the gulpfile.js to set paths and so on

  2. run bower install and npm install. This will download all vendors in the ___src/bower directory and all gulp-modules in the node_modules directory.

  3. run gulp init for Init the Project and does the following task (one time):

  • 'sass',
  • 'scripts',
  • 'plugins',
  • 'templates',
  • 'dummy',
  • 'copyscripts',
  • 'modernizr'
  1. run gulp to start the party…

About

My personal Boilerplate with Gulp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ApacheConf 46.6%
  • CSS 25.8%
  • PHP 13.9%
  • JavaScript 13.7%