Closed cadaroya closed 6 years ago
Whenever i run npm run app , components are successfully loaded in the electron app. However, nothing shows in localhost:4000.
npm run app
localhost:4000
I also tried editing server.js to include a route to app.get('/status'). When I visit localhost:4000, nothing happens. what am I doing wrong?
app.get('/status')
Whenever i run
npm run app
, components are successfully loaded in the electron app. However, nothing shows inlocalhost:4000
.I also tried editing server.js to include a route to
app.get('/status')
. When I visitlocalhost:4000
, nothing happens. what am I doing wrong?