DEV Community

Discussion on: Creating a Node app with React, Webpack 4, Babel 7, Express and Sass

Collapse
 
darkraken007 profile image
Zeeshan Zakariya

You might want to move express.static statement below all the routing calls.

in express the order matters. app.get calls wont get called if the static call serves the get request