angular / angular-seed

Seed project for angular apps.
http://angularjs.org/
MIT License
13.04k stars 6.95k forks source link

Unable to Access #437

Closed rakeshkotha6 closed 6 years ago

rakeshkotha6 commented 6 years ago

I have deployed this application in linux and started using npm start and tried to access from my local browser it is not accessible.

i typed http://ipaddress:port/index.html.
When i do npm start in my local and app is accessible from browser as http://localhost:port/index.html.

below are the modifications i have tried when deployed in linux

in package.json from "start": "http-server -a localhost -p 8000 -c-1 ./app" to "start": "http-server -a 0.0.0.0 -p 8000 -c-1 ./app".

Can someone help me how to access this application when deployed in Linux?

gkalpak commented 6 years ago

This sounds like a general support question. Please, use one of the appropriate support channels for these types of questions. GitHub issues are reserved for bug reports and feature requests.

Thx!