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
I believe to get express to serve up the static files from the public directory you would have to have a line in index.js that says app.use(express.static('public'));
The text was updated successfully, but these errors were encountered:
I believe to get express to serve up the static files from the public directory you would have to have a line in index.js that says app.use(express.static('public'));
The text was updated successfully, but these errors were encountered: