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: about 1 month 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T18:14:12.000Z (almost 10 years ago)
- Last Synced: 2025-04-05T02:22:31.261Z (2 months 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 viewsJust 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