generator-flux-webapp
generator-flux-webapp copied to clipboard
Changing url from localhost to custom virtualhost
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.