Closed JoshSalway closed 5 years ago
@JoshSalway : The above error comes as express cannot find the route /. What you need to do is write 3 simple lines of code in your index.js file. app.get('/', (req,res) => { res.render('index') });
"Cannot GET /" error when loading in localhost:4000
I will be changing it so that it runs the index.html by default via the server
"Cannot GET /" error when loading in localhost:4000