init
This commit is contained in:
parent
a3cf0aa893
commit
f645d616f8
@ -24,5 +24,5 @@ Download the complete source code of any website (including all assets)
|
|||||||
|
|
||||||
- `$ npm install`
|
- `$ npm install`
|
||||||
- `$ npm start`
|
- `$ npm start`
|
||||||
- `http://localhost:3000/`
|
- `http://localhost:3008/`
|
||||||
|
|
||||||
|
2
bin/www
2
bin/www
@ -12,7 +12,7 @@ var http = require('http');
|
|||||||
* Get port from environment and store in Express.
|
* Get port from environment and store in Express.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var port = normalizePort(process.env.PORT || '3002');
|
var port = normalizePort(process.env.PORT || '3008');
|
||||||
app.set('port', port);
|
app.set('port', port);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user