I’m new to sublime, and I cannot figure out how to run code that I created in HTML.
Newby to Sublime
bschaaf
#2
Sublime Text leaves the responsibility of running your code to you. You’ll probably want to open your HTML document in a web browser. You can create/use a build system to automate some of this, or use a plugin.
0 Likes
Jackeroo
#3
If you install the package View in Browser or Open in Browser, then you can view your HTML file in Sublime Text by right-clicking and choosing that package from the menu presented.
The packages are installed through Package Control which you should find under Preferences.
0 Likes