# Node JS

Back

Express JS

Express

Serving Static Files: public is the name of the folder we want to expose. app.use(express.static(path.join(__dirname, 'public')))