Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 530 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 530 Bytes

Express 4 Tutorial

Hi, like to get started with the Node.js based webframework Express? I put together this example app, that has extensive commenting in the code. So you can run it and understand it at the same time.

Enjoy! Patric Jansson

And heres the demo site

Docker fan?

Try it yourself? Here is a Docker image

docker pull patricjansson/express-4-tutorial:v0.1
docker run -p 80:3000 patricjansson/express-4-tutorial:v0.1