Skip to content

WouterWidgets/bootstrap-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap demos

Example 1: CDN

  • Run cd cdn
  • Run php -S localhost:8000 or serve a different way

Example 2: NPM + Gulp + CSS

  • Run cd npm-gulp-css
  • Run npm i
  • Run node_modules/.bin/gulp
  • Run php -S localhost:8000 or serve a different way

Example 3: NPM + Gulp + SCSS

  • Run cd npm-gulp-scss
  • Run npm i
  • Run node_modules/.bin/gulp
  • Run php -S localhost:8000 or serve a different way

Example 4: Theming

  • Run cd theming
  • Run npm i
  • Run node_modules/.bin/gulp production (or node_modules/.bin/gulp to watch file changes)
  • Run php -S localhost:8000 or serve a different way

Example 5: A full example

  • Run cd full-example
  • Run npm i
  • Run node_modules/.bin/gulp production (or node_modules/.bin/gulp to watch file changes)
  • Run php -S localhost:8000 or serve a different way

About

Bootstrap demos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published