how to call node_module files in php 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/'));