I\'m trying to follow the instructions to https://stackoverflow.com/a/18633827/2063561, but I still can\'t get my styles.css to load.
From app.js
ap
Use this in your server.js file
app.use(express.static(__dirname + '/public'));
and add css like
dont need / before css like