Skip to content

Commit

Permalink
Add Modulus to list of deployment options (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
theworkflow authored and gaearon committed Sep 2, 2016
1 parent c71337f commit 10012f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
- [Experimental Snapshot Testing](#experimental-snapshot-testing)
- [Deployment](#deployment)
- [Now](#now)
- [Modulus](#modulus)
- [Heroku](#heroku)
- [Surge](#surge)
- [GitHub Pages](#github-pages)
Expand Down Expand Up @@ -755,6 +756,10 @@ This will let Create React App correctly infer the root path to use in the gener
See [this example](https://github.com/xkawi/create-react-app-now) for a zero-configuration single-command deployment with [now](https://zeit.co/now).
### Modulus
See the [Modulus blog post](http://blog.modulus.io/deploying-react-apps-on-modulus) on how to deploy your react app to Modulus.
### Heroku
Use the [Heroku Buildpack for Create React App](https://github.com/mars/create-react-app-buildpack).
Expand Down

0 comments on commit 10012f3

Please sign in to comment.