Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/primaryobjects/node.js-bootstrap-starter-template

Node.js, Express, Pug, Twitter Bootstrap, Starter Template
https://github.com/primaryobjects/node.js-bootstrap-starter-template

bootstrap bootstrap5 expressjs jade javascript node-js nodejs template twitter-bootstrap

Last synced: about 1 month ago
JSON representation

Node.js, Express, Pug, Twitter Bootstrap, Starter Template

Awesome Lists containing this project

README

        

Node.js Bootstrap Starter Template
===

A quick and easy Node.js + [Express](https://expressjs.com) + [Pug](https://www.npmjs.com/package/pug) + Twitter [Bootstrap](https://getbootstrap.com) 5.3 template project.

Also available for [Material](https://github.com/primaryobjects/Node.js-Material-Starter-Template) and [React](https://github.com/primaryobjects/Node.js-React-Starter-Template).

![Node.js Bootstrap starter template screenshot.](screenshot.png)

## Usage
- Clone repository.
- Open a command prompt, navigate to the folder, and enter: npm install
- Next, run the app by entering: node app
- Browse to http://localhost:3000

## Demo:
http://nodebootstrapper.herokuapp.com

## Contents:

- layout.pug
- header.pug
- footer.pug
- index.pug

## Editing Pages:

Edit views/index.pug to add your content. The default contents include:

```
extends layout

block content
main.flex-shrink-0
.container
h1.mt-5 Program Name
p.lead
| Hello world.
```

## Author
Kory Becker http://www.primaryobjects.com/kory-becker