Skip to content

Commit

Permalink
Merge branch 'master' of github.com:berkeleycole/webpack-content into…
Browse files Browse the repository at this point in the history
… 1-install-webpack

more edits
  • Loading branch information
berkeleycole committed Jul 10, 2019
2 parents 94dbad6 + bc34b68 commit a41d057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ git clone -- [email protected]:[your-user-name]/webpack-express.git --
`cd` into your new folder and run:
- ```npm install```
- ```npm start``` to start the app
- this app runs on localhost:3000, but you can of course edit that in server.js
- this app runs on localhost:8080, but you can of course edit that in server.js
2 changes: 1 addition & 1 deletion src/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ app.get('/', function (req, res) {

// designates what port the app will listen to for incoming requests
app.listen(8080, function () {
console.log('Example app listening on port 3000!')
console.log('Example app listening on port 8080!')
})

app.get('/test', function (req, res) {
Expand Down

0 comments on commit a41d057

Please sign in to comment.