Sublime Text How to open in browser, run HTML, CSS and JavaScript codes in sublime text

Аватар автора
Гуру CSS
Go to Tools - Build System - New Build System and past below code. { "cmd":["PATH_TO_CHROME","$file"] } Replace PATH_TO_CHROME by right click shortcut of browser you use and copy Target path. add one more before each of path. save file as browser_name.sublime-build and select this as build system. Run the HTML by pressing CTRL + B

0/0


0/0

0/0

0/0