You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hmmm. I actually think this is intended (though to be honest I can't remember why I did it this way).
npm start actually starts the server (and watches). npm watch just watches the compile, but doesn't actually serve anything. I'll update the readme or something to make this clear.
I really like how nextjs and other platforms have a npm start as a production server running against a build and npm run dev for local development / watch
This example appears to package and run but there is nothing listening on port 4000:
and then checking listening ports:
The text was updated successfully, but these errors were encountered: