Skip to content

Commit 3f340f3

Browse files
authored
Tweaks
1 parent 319896a commit 3f340f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ npm start
1313

1414
```
1515

16-
Then open http://localhost:3000/ to see your app.
16+
Then open [http://localhost:3000/](http://localhost:3000/) to see your app.
1717

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 youre ready to deploy to production, create a minified bundle with `npm run build`.
1919

2020
## Getting Started
2121

@@ -59,7 +59,7 @@ my-app/
5959
logo.svg
6060
```
6161

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.
6363

6464
Once the installation is done, you can run some commands inside the project folder:
6565

@@ -102,7 +102,7 @@ Your app is ready to be deployed!
102102

103103
**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.
104104

105-
### Graduating from create-react-app
105+
### No Lock-In
106106

107107
**If you’re a power user** and are comfortable with configuring build dependencies yourself, you can use this tool as a boilerplate generator.
108108

0 commit comments

Comments
 (0)