Home

Awesome

Learning Bootstrap 4 (+SCSS)

Just one of the things I'm learning. https://github.com/hchiam/learning

https://www.youtube.com/watch?v=hnCmSXCZEpU

https://coursetro.com/posts/code/130/Learn-Bootstrap-4-Final-in-2018-with-our-Free-Crash-Course

node --version
npm init -y
npm install gulp@3.9.1 browser-sync gulp-sass --save-dev
# note: gulp v4 is very different!
npm install bootstrap jquery popper.js --save
mkdir src src/assets src/css src/js src/scss
touch src/index.html
touch src/scss/styles.scss
touch gulpfile.js
gulp

Notes

Example dropdown and table

https://codepen.io/hchiam/pen/NWGPwPy

Bootstrap 5 has some exciting stuff