I have an express node app that is running fine locally, but when I / public
and / bower_components
are not found
In the browser console, I can confirm that all the files are present
This problem was solved by this post
Js
app.it (express.stitick (path.join (__dirname, 'public'))); App.use ('/ bower_components', express.static (__DERNAM + '/ bower_components'));
No comments:
Post a Comment