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

https://github.com/anders94/express-bootstrap-template

An express project with bootstrap to use as a template.
https://github.com/anders94/express-bootstrap-template

Last synced: over 1 year ago
JSON representation

An express project with bootstrap to use as a template.

Awesome Lists containing this project

README

          

express-bootstrap-template
==========================
This template is a Node.js driven ExpressJS application using the Pug templating engine to
implement the Bootstrap "sticky footer" nav-bar example. I find it useful as a starting base
for simple Express projects.

Clone
-----
```
git clone https://github.com/anders94/express-bootstrap-template.git
```

Setup
-----
```
cd express-bootstrap-template
npm install
```

Run
---
```
npm start
```

Use
---
Point your browser at:
```
http://localhost:3000
```