how to use node packages in scipt tag code example
Example: link node module in html
app.use('/scripts', express.static(__dirname + '/node_modules/bootstrap/dist/'));
app.use('/scripts', express.static(__dirname + '/node_modules/bootstrap/dist/'));