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 in your main .js file:
.js
app.use('/css',express.static(__dirname +'/css'));
use in you main .html file:
.html
The reason you getting an error because you are using a comma instead of a concat + after __dirname.
__dirname