lwsjs / local-web-server

A lean, modular web server for rapid full-stack development.
MIT License
1.22k stars 86 forks source link

Running React App on local domain #113

Closed Kerberos1864 closed 5 years ago

Kerberos1864 commented 5 years ago

I want to run my react app on local domain for example react.app.io Its not working although I specify the hostname and the folder where I do "npm start"

75lb commented 5 years ago

it's not working how? does it work correctly when you connect via the IP instead of the hostname? What is the error? Does the CLI fail or does it run and you get a 404? a 500?

Please post enough information (i.e. the full command, the directory structure etc.) to help me reproduce and debug the issue.

75lb commented 5 years ago

waiting for further information.