https://github.com/a7ul/express4-html-barebone-example
A barebone express4 project example without any templating engine for views
https://github.com/a7ul/express4-html-barebone-example
boilerplate expressjs openlibrary
Last synced: 10 months ago
JSON representation
A barebone express4 project example without any templating engine for views
- Host: GitHub
- URL: https://github.com/a7ul/express4-html-barebone-example
- Owner: a7ul
- Created: 2015-06-25T18:07:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T18:14:12.000Z (almost 11 years ago)
- Last Synced: 2025-04-27T19:46:00.352Z (about 1 year ago)
- Topics: boilerplate, expressjs, openlibrary
- Language: JavaScript
- Size: 125 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express4-html-barebone-example
A barebone express4 project example without any templating engine for views
Just clone this repo to bootstrap you express 4 project.
How is this different from the express 4 generator ?
----------------------------------------------------
(This doesnt use any templating engine)
1.Just clone this repo
2.do npm install
3.do npm start