zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

foundation-apps start server without port #732

Closed obonyojimmy closed 8 years ago

obonyojimmy commented 8 years ago

i have successfully installed foundation-apps and its dependencies , id however like to know how to run the server without port ie htttp://localhost and not http://localhost:8080 or http://domain.com and not http://domain.com:8080

zurbchris commented 8 years ago

I'm afraid the port is required if using our dev environment. It's part of the gulp-connect plugin.

obonyojimmy commented 8 years ago

SOLVED

i solved this in Laravel by using php artisan serve which basically run the php based server and configures server links automatically