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