Skip to content

derekbtw/gulp-sass-livereload-bootstrap-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-sass-livereload-bootstrap-boilerplate

To run locally:

  1. Clone this repository:
    git clone git@github.com:vincecampanale/gulp-sass-livereload-bootstrap-boilerplate.git

  2. Go into the newly created folder.
    cd gulp-sass-livereload-bootstrap-boilerplate

  3. Remove all Git stuff (since you'll want to make this your own).
    rm -rf .git

  4. Install node modules and bower components.
    npm install && bower install

  5. Start the server.
    gulp

  6. Go to localhost:8080 and you should see a welcome page that says "Gulp, Sass, Livereload, and Bootstrap!"

  7. Rename the folder to whatever you want.

  8. Happy coding :)

About

💡 Boilerplate for prototyping HTML / Sass using Gulp, Sass, Livereload, and Bootstrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 99.2%
  • Other 0.8%