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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ npm start
13
13
14
14
```
15
15
16
-
Then open http://localhost:3000/ to see your app.
16
+
Then open [http://localhost:3000/](http://localhost:3000/) to see your app.
17
17
18
-
When you're ready to deploy to production, you can use `npm run build` to make a minified bundle ready for deployment.
18
+
When you’re ready to deploy to production, create a minified bundle with `npm run build`.
19
19
20
20
## Getting Started
21
21
@@ -59,7 +59,7 @@ my-app/
59
59
logo.svg
60
60
```
61
61
62
-
No complicated folder structures, just the files you need to build your app.
62
+
No configuration or complicated folder structures, just the files you need to build your app.
63
63
64
64
Once the installation is done, you can run some commands inside the project folder:
65
65
@@ -102,7 +102,7 @@ Your app is ready to be deployed!
102
102
103
103
**You don’t have to use this.** Historically it has been easy to [gradually adopt](https://www.youtube.com/watch?v=BF58ZJ1ZQxY) React. However many people create new single-page React apps from scratch every day. We’ve heard [loud](https://medium.com/@ericclemmons/javascript-fatigue-48d4011b6fc4) and [clear](https://twitter.com/thomasfuchs/status/708675139253174273) that this process can be error-prone and tedious, especially if this is your first JavaScript build stack. This project is an attempt to figure out a good way to start developing React apps.
104
104
105
-
### Graduating from create-react-app
105
+
### No Lock-In
106
106
107
107
**If you’re a power user** and are comfortable with configuring build dependencies yourself, you can use this tool as a boilerplate generator.
0 commit comments