Bootstrap 4 and Setting up a Windows Dev Environment

Channel:
Subscribers:
64,300
Published on ● Video Link: https://www.youtube.com/watch?v=ca3vV-kdnsc



Duration: 30:43
1,615 views
31


Setting up the dev environment:
Ruby and Ruby Gems: https://rubyinstaller.org/
Node.js and NPM: https://nodejs.org/en/
Git for Windows: https://git-scm.com/download/win
Compass SASS (but won't work yet for Bootstrap 4): http://compass-style.org
Bower: https://bower.io/

Bootstrap: https://getbootstrap.com/
-----------------------------------------------------------
The commands used in the video:
gem install rails
gem install compass
npm install -g node-sass
npm install -g bower
bower install bootstrap --save
node-sass [target_dir] -o [destination_dir]
node-sass [target_dir] -wo [destination_dir]
npm install -g live-server
live-server