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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# create-react-app-now
2
2
3
-
Deploy React.js Static Web Apps generated with [facebookincubator/create-react-app](https://github.com/facebookincubator/create-react-app) to Zeit's awesome [Now.sh](https://zeit.co/now/) service.
3
+
Deploy React.js Static Web Apps generated with [facebook/create-react-app](https://github.com/facebook/create-react-app) to Zeit's awesome [Now.sh](https://zeit.co/now/) service.
4
4
5
5
I wrote an article about this project here: [Zero Configuration Deployment for React app with Zeit Now](https://medium.com/@kawixiao/zero-configuration-deployment-for-react-apps-with-zeits-now-4f002be98c#.eyvj3mjdb)
6
6
7
7
# Important
8
8
9
-
UPDATE: create-react-app now officially recommend using "serve" to deploy your create-react-app project. The documentation can be found here: https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#deployment
9
+
UPDATE: create-react-app now officially recommend using "serve" to deploy your create-react-app project. The documentation can be found here: https://create-react-app.dev/docs/deployment
10
10
11
11
I personally and strongly recommend you to check out [Next.js](https://zeit.co/blog/next) by Zeit team.
12
12
That will be my personal go to choice as well when creating new React project, and deploy to now seamlessly.
@@ -17,7 +17,7 @@ Having said that, it is likely that I will not actively maintain this repo anymo
17
17
18
18
# Why
19
19
20
-
create-react-app-now is created using [facebookincubator/create-react-app](https://github.com/facebookincubator/create-react-app).
20
+
create-react-app-now is created using [facebook/create-react-app](https://github.com/facebook/create-react-app).
21
21
Although it supports deployment to github pages and heroku, it does not feel intuitive just yet, as we need to run lots of commands.
22
22
23
23
This project is specifically to solve just that, with just 1 command: `npm run deploy`
@@ -50,10 +50,10 @@ You might see some red text appears or warnings in the log. You can safely ignor
50
50
51
51
# Alternatives Deployment
52
52
53
-
If you prefer something else, please refer to create-react-app documentation [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#deployment).
53
+
If you prefer something else, please refer to create-react-app documentation [here](https://create-react-app.dev/docs/deployment#other-solutions).
54
54
55
55
# More
56
56
57
-
Read more about create-react-app [here](https://github.com/facebookincubator/create-react-app)
57
+
Read more about create-react-app [here](https://github.com/facebook/create-react-app)
58
58
59
59
Read more about Zeit's Now.sh [here](https://zeit.co/now)
0 commit comments