djangofan / base-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your starting point for your next great web app

The purpose for this repository is to serve as a base project for your next Node and Express web app. Clone it and you are ready to go.

It will provide you with a simple but solid structure on which to build on. We will do our best to keep it up to date with the latest node and express versions.

Starting the app

npm install
node app.js -DDEBUG=base-express:*

About


Languages

Language:JavaScript 84.1%Language:HTML 15.9%