Skip to content

Quick gulp configuration to share your local project with your team

Notifications You must be signed in to change notification settings

kelvinbiffi/Gulp-Share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Share

Quick gulp configuration to share your local project with your team

Install

npm install

Share

npm run share -- --server <URL>

Where:

OUTPUT

The console output will display the Local and External host

[13:55:48] Using gulpfile ..\Gulp Share\gulpfile.js
[13:55:48] Starting 'proxy'...
[Browsersync] Proxying: http://localhost:PORT
[Browsersync] Access URLs:
 ---------------------------------------
       Local: http://localhost:3000
    External: http://172.18.148.113:3000 <- (Use this link to share)
 ---------------------------------------
          UI: http://localhost:3001
 UI External: http://localhost:3001
 ---------------------------------------

About

Quick gulp configuration to share your local project with your team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published