Commit 10012f3f authored by Jeremiah Harlan's avatar Jeremiah Harlan Committed by Dan Abramov
Browse files

Add Modulus to list of deployment options (#416)

parent c71337f6
No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
......@@ -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)
......@@ -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).
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment