Answers for "how to connect css in express"

CSS
-1

add css to express app

app.use(express.static(path.join(__dirname,"public")));
Posted by: Guest on January-16-2021

Code answers related to "how to connect css in express"

Browse Popular Code Answers by Language