Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
10012f3f
Commit
10012f3f
authored
8 years ago
by
Jeremiah Harlan
Committed by
Dan Abramov
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add Modulus to list of deployment options (#416)
parent
c71337f6
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
template/README.md
+5
-0
template/README.md
with
5 additions
and
0 deletions
+5
-0
template/README.md
+
5
-
0
View file @
10012f3f
...
...
@@ -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
)
.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets