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.
- Host: GitHub
- URL: https://github.com/anders94/express-bootstrap-template
- Owner: anders94
- Created: 2022-11-04T19:18:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T19:30:14.000Z (over 3 years ago)
- Last Synced: 2025-01-15T12:12:31.126Z (over 1 year ago)
- Language: JavaScript
- Size: 436 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```