Skip to content

Commit 0e25f0b

Browse files
committed
Add Modulus to list of deployment options
1 parent 623e1bd commit 0e25f0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

template/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
2323
- [Proxying API Requests in Development](#proxying-api-requests-in-development)
2424
- [Deployment](#deployment)
2525
- [Now](#now)
26+
- [Modulus](#modulus)
2627
- [Heroku](#heroku)
2728
- [Surge](#surge)
2829
- [GitHub Pages](#github-pages)
@@ -516,6 +517,10 @@ This will let Create React App correctly infer the root path to use in the gener
516517
517518
See [this example](https://github.com/xkawi/create-react-app-now) for a zero-configuration single-command deployment with [now](https://zeit.co/now).
518519
520+
### Modulus
521+
522+
See the [Modulus blog post](http://blog.modulus.io/deploying-react-apps-on-modulus) on how to deploy your react app to Modulus.
523+
519524
### Heroku
520525
521526
Use the [Heroku Buildpack for create-react-app](https://github.com/mars/create-react-app-buildpack).

0 commit comments

Comments
 (0)