Github Project: expresspugbootstrap

Started to work on Node.js again after a while, but tired of building everything again and again from scratch. So, I went ahead and created a project template mainly with: Express, Pug (formerly Jade), pug-Bootstrap, and, sqlite3.

Structure:

note. Bootstrap CSS is a static map to /css/bootstrap as below that is normally referenced in the pug templates:

app.use(‘/css/bootstrap’, express.static(path.join(__dirname, ‘node_modules/pug-bootstrap/css’)));

This is not yet well tested, but, it seems to work for me so far!! Let me know how you think.


version: Very Alpha