/express-test

express bare bones

Primary LanguageJavaScript

Express minimal app

This app is based on the Hello World example of the Express.js site. It's the minimal app to create with js.

Instructions

Clone this repository, and With node installed, run node node app.js while in the folder of the project.

Going further

Run the express generator to create the skeleton for a full app with numerous JavaScript files, Jade templates, and sub-directories for various purposes.