Posts by wellington teixeira • 1 point
1 post
-
0
votes2
answers1426
viewsA: Render an html in Node with js
To use javascript code inside nodejs with express is simple: app.use(express.static(path.join(__dirname, 'nome_da_pasta_com_seus_arquivos_js'))) Then just reference in your html file the js file you…