Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 685 Bytes

README.md

File metadata and controls

36 lines (17 loc) · 685 Bytes

ExpressJS 3.x Boilerplate

This is a boiler plate which helps to you to layout your code base.

app.js

Apps: Evey folder is considered as a app, which is resuable. I can just copy my app to any project and it should just work.

-- INSTALLED_APPS

   Adding every app is all about copying it to the PROJECT_ROOT and adding it to the INSTALLED_APPS array.

Conf/

-- settings.js

    It adds environemnt related settings.

hello

-- hello is a sample applicaiton.

urls.js

  -- Its a dispatcher which maps the uri to a specific function.

views.js

  -- View has the dispather function.

Installation

$ npm install