pawtang
PERN Application with React Router -- WebSocket connection to 'xxx' failed:
"scripts": {
"dev": "react-scripts start",
"start": "serve build -s -n -L -p $PORT",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
37 replies
PERN Application with React Router -- WebSocket connection to 'xxx' failed:
Bear with me I'm honestly quite stupid. I don't know if it counts as a SPA if it's technically rendering all of this content in the single html page "index.html" or if the inclusion of a router that builds URLs dynamically means its not a SPA
37 replies