1copy this command to istall browser sync "npm install -g browser-sync" without quotes
1# To add broswser-sync into sublime text linux/ubuntu machine follow this steps.
2sudo apt-get remove nodejs npm #to remove existing node package.
3curl -sL https://deb.nodesource.com/setup_8.x 116 | sudo -E bash -
4sudo apt-get update && sudo apt-get install yarn
5sudo apt-get install -y nodejs
6node -v # to check the version of installed node package
7npm install -g browser-sync # to install browser-sync package.
8browser-sync start --server --files "*.html, css/*.css,*js,js/*.js" # it will run current directory files into default browser
1../
2chakracore-nightly/ 17-Nov-2019 05:30 -
3chakracore-rc/ 23-May-2018 21:45 -
4chakracore-release/ 17-Nov-2018 08:25 -
5docs/ 04-Jan-2021 18:14 -
6next-nightly/ 30-Aug-2015 08:29 -
7nightly/ 07-Jan-2021 06:30 -
8rc/ 14-Dec-2020 11:00 -
9release/ 04-Jan-2021 18:14 -
10test/ 30-Dec-2020 15:30 -
11v8-canary/ 05-Jan-2021 10:30 -
12