python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why auto closed php artisan serve?
When I run my laravel project using php artisan serve , server is closed automatically . No errors are found.Why and how to fix this issue?
Nirodha Lakmali
Votes: 0
Answers: 1
How to 'serve' sub folders?
I have different directories in my dist folder. How can I serve them with vercel/serve?
localhost/foo should serve the build of foo folder
localhost/bar should serve the build of bar folder
these sub ...
berkan
Votes: 0
Answers: 1
An unhandled exception occurred: Dev-server address info is not defined
When I try to use ng serve using ssl with custom host name I will get the An unhandled exception occurred: Dev-server address info is not defined. error.
I was wondering if anyone has a solution for t...

Ryan Tavan
Votes: 0
Answers: 3
React Router Url displays blank page after running npm serve
I have an issue with running npm serve for a static react SPA. I believe it has to do with the react-router-dom from react-router.
Below is the package json
{
"name": "eureka-custome...
DanDevO
Votes: 0
Answers: 1