This tutorial shows you how to install and setup Bootstrap 4 and Sublime Text 3 for rapid web development. Below are the same steps I used and links to the downloads: 1) Install Sublime Text 3:
2) Install bootstrap 4:
3) Install jQuery:
4) Install popper js:
5) Setup website directory
6) Install package control in Sublime Text 3
7) Install bootstrap 4 autocomplete
8) Install bootstrap 4 snippets
9) Install Autoprefixer
10) Add "auto_complete_triggers": [{"selector": "text.html", "characters": "b4"}] in Preferences.sublime-settings

0 Comments