drewlearns / OS_100days

An opensource Project from CodingWithDrew.com
https://discord.gg/AntJA73Qx2
MIT License
32 stars 16 forks source link

serving static files like css from public directory #37

Open drewlearns opened 2 years ago

drewlearns commented 2 years ago

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'));

siddharth595 commented 2 years ago

Hey @drewlearns , can you please assign this to me?

dankokonate commented 1 year ago

Hey @drewlearns , can you please assign this to me?