how to install express

master
Matt Huntington 9 years ago
parent 266ff00f57
commit 77f992ade2

@ -32,7 +32,7 @@ You can assign this to a variable to use later
## Instantation ## Instantation
First require express: First install express with `npm install express --save` and require it
```javascript ```javascript
var express = require('express'); //include express package var express = require('express'); //include express package

Loading…
Cancel
Save