Skip to content

Commit

Permalink
Added link to blog post explaining how to deploy to Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
guilatrova committed Dec 19, 2017
1 parent e6845e0 commit c695eda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ Nope. Redux is useful for applications with more complex data flows. If your app

If the app destination is different from the server root (`/`) you need to reconfigure `output.publicPath` in `webpack.config.prod.js` before building the app. See [webpack docs](https://webpack.js.org/configuration/output/#output-publicpath) for more information.

<a name="deploy-to-heroku"></a>
#### Deploy to Heroku
Check out this [blog post](www.latrovacommits.com/en/2017/12/14/how-publish-dist-folder-heroku/) showing two ways of deploying to Heroku.

<a name="why-are-test-files-placed-alongside-the-file-under-test-instead-of-centralized"></a>
### Why are test files placed alongside the file under test (instead of centralized)?
Streamlined automated testing is a core feature of this starter kit. All tests are placed in files that end in .spec.js. Spec files are placed in the same directory as the file under test. Why?
Expand Down

0 comments on commit c695eda

Please sign in to comment.