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

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

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