diff --git a/template/README.md b/template/README.md index 6245d730885..f4dac128f7a 100644 --- a/template/README.md +++ b/template/README.md @@ -23,6 +23,7 @@ You can find the most recent version of this guide [here](https://github.com/fac - [Proxying API Requests in Development](#proxying-api-requests-in-development) - [Deployment](#deployment) - [Now](#now) + - [Modulus](#modulus) - [Heroku](#heroku) - [Surge](#surge) - [GitHub Pages](#github-pages) @@ -516,6 +517,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).