From 0e25f0b4ceae823705c0f7fec0a4d54d8729025f Mon Sep 17 00:00:00 2001 From: Jeremiah Harlan Date: Wed, 10 Aug 2016 09:30:33 -0400 Subject: [PATCH] Add Modulus to list of deployment options --- template/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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).