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