|
|
|
@ -48,7 +48,7 @@ Then make it listen on a port
|
|
|
|
|
|
|
|
|
|
|
|
```javascript
|
|
|
|
```javascript
|
|
|
|
app.listen(3000, function(){ //start the server
|
|
|
|
app.listen(3000, function(){ //start the server
|
|
|
|
console.log('listening on port ' + PORT);
|
|
|
|
console.log('listening on port ' + 3000);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|