Skip to content

Commit

Permalink
Update to Next 8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Mar 28, 2019
1 parent 58acbb7 commit a7347fd
Show file tree
Hide file tree
Showing 3 changed files with 950 additions and 1,169 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ git commit -m 'Next.js app on Heroku'
git push heroku master
```

Heroku auto-detects that this is a Node.js app, and then executes:

* `npm install`
* `npm run build`
* and then launches the app `NODE_ENV=production npm start`.

👉 An example deployment of master is running at [https://nextjs-server.herokuapp.com/](https://nextjs-server.herokuapp.com/).

## The idea behind the example
Expand Down
Loading

0 comments on commit a7347fd

Please sign in to comment.