You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: template/README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
23
23
-[Proxying API Requests in Development](#proxying-api-requests-in-development)
24
24
-[Deployment](#deployment)
25
25
-[Now](#now)
26
+
-[Modulus](#modulus)
26
27
-[Heroku](#heroku)
27
28
-[Surge](#surge)
28
29
-[GitHub Pages](#github-pages)
@@ -516,6 +517,10 @@ This will let Create React App correctly infer the root path to use in the gener
516
517
517
518
See [this example](https://github.com/xkawi/create-react-app-now) for a zero-configuration single-command deployment with [now](https://zeit.co/now).
518
519
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
+
519
524
### Heroku
520
525
521
526
Use the [Heroku Buildpack for create-react-app](https://github.com/mars/create-react-app-buildpack).
0 commit comments