alduro/generator-flux-webapp

Changing url from localhost to custom virtualhost

asso1985 opened this issue · 1 comments

I'm trying to understand where can I change the url of the project from localhost to another host

Hi, sorry for the delay in answering.
Once the project is generated you can change BrowserSync options within gulpfile.js. Check BS docs http://www.browsersync.io/docs/options/#option-host

Hope this helps.