Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

browser sync for linux

# To add broswser-sync into sublime text linux/ubuntu machine follow this steps.
sudo apt-get remove nodejs npm #to remove existing node package.
curl -sL https://deb.nodesource.com/setup_8.x 116 | sudo -E bash -
sudo apt-get update && sudo apt-get install yarn
sudo apt-get install -y nodejs
node -v # to check the version of installed node package
npm install -g browser-sync # to install browser-sync package.
browser-sync start --server --files "*.html, css/*.css,*js,js/*.js" # it will run current directory files into default browser
Comment

PREVIOUS NEXT
Code Example
Shell :: move multiple files with a single mv command 
Shell :: powershell export-excel 
Shell :: conflict pull 
Shell :: git push to remote 
Shell :: installing scoop for windows 
Shell :: add ssh keys to github 
Shell :: undo merge 
Shell :: LINUX TEST FOLDER EXITS 
Shell :: bash command substitution 
Shell :: poetry command install mac 
Shell :: install docker-compose in centos 8 
Shell :: how to totally uninstall prettier 
Shell :: docker image rm image without tag 
Shell :: pip not installing packages 
Shell :: linux lis disks 
Shell :: search package linux 
Shell :: install openssl ubuntu 
Shell :: finda java home 
Shell :: github desktop download for ubuntu 
Shell :: remove file from terminal ubuntu 
Shell :: ngb-tabset install 
Shell :: aws cli has no installation package in ubuntu server 20.04 how to solve 
Shell :: upload folder with gitbash 
Shell :: mac Running setup.py install for pyodbc did not run successfully. 
Shell :: how to add git bash to context menu 
Shell :: install yarn windows 
Shell :: add ssh key linux 
Shell :: git rm --cached settings.json 
Shell :: git push disable hooks 
Shell :: git remove staged area 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =