Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit 06346ab

Browse files
authored
📚 clarify requirements
1 parent fef01a6 commit 06346ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Deploy React.js web apps generated with [create-react-app](https://github.com/fa
88
Requires
99
--------
1010

11+
* [Heroku](https://www.heroku.com/home)
12+
* [command-line tools (CLI)](https://toolbelt.heroku.com)
13+
* [a free account](https://signup.heroku.com)
14+
* [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
1115
* [Node.js](https://nodejs.org)
1216
* [create-react-app](https://github.com/facebookincubator/create-react-app)
1317
* `npm install -g create-react-app`
@@ -30,8 +34,6 @@ git init
3034

3135
### Create the Heroku app
3236

33-
Requires the [command-line tools](https://toolbelt.heroku.com) & [a free account](https://signup.heroku.com) from Heroku.
34-
3537
```bash
3638
heroku create -b https://github.com/mars/create-react-app-buildpack.git
3739
```

0 commit comments

Comments
 (0)