Skip to content

NeuralNoise/browser-sync-remote-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Sync Example

Cool browser sync example exposing external localhost

To run:

Easy

npm install

then:

npm run bs

Global

Have it global on your machine:

npm install browser-sync -g

and via the command line run:

browser-sync start --server --files '*.css, *.html' --tunnel

Tunnel

You can also try get a domain via the tunnel. This would be wesiscooleh.localtunnel.me

browser-sync start --server --files '*.css, *.html' --tunnel wesiscooleh

faq

Q: YOU SHOULD USE NGROK U IDIET

A: cool

About

Cool browser sync example exposing localhost to external domain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.8%
  • CSS 36.2%