Q:

install bootstrap in express pug

npm install body-parser
0
const bodyParser = require('body-parser');
...
app.use(bodyParser.urlencoded({ extended: true }));
app.use('/', routes);

module.exports = app;
0

New to Communities?

Join the community