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
git remote add origin https://github..../you/your-repo # link the repo to your github repo
25
+
git push origin master # push it to your repo
26
+
yarn start # get to work!
27
+
```
28
+
2
29
## Ejecting
3
30
4
-
Do not eject unless you absolutely have to. It loses most of the benefits of using this. We're using rewired to edit webpack config.
31
+
Do not eject unless you absolutely have to. It loses most of the benefits of using this. You could try using [customize-cra](https://github.com/arackaf/customize-cra) instead.
0 commit comments