Skip to content

Commit

Permalink
Added NodeJS Express instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorian Weidler authored and bitterblue committed Mar 26, 2019
1 parent 584ade7 commit cd96f78
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions nodejs-express/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# "Hello World" in NodeJS using Express

It's using the Express framework, one of the most frequently used, lightweight web frameworks for NodeJS.

## Prerequisites
* [NodeJS](https://nodejs.org/en/download/)
* npm (if it's not bundled with NodeJS already)

## How to install/run
Simply run the following commands. `npm install` will locally install the dependencies. `node index.js` will start a webserver with the specified behaviour.

npm install
node index.js

0 comments on commit cd96f78

Please sign in to comment.