We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26233c5 commit 9595abbCopy full SHA for 9595abb
README.md
@@ -32,17 +32,17 @@ We'll be tying in a lot of different pieces of [React](https://facebook.github.i
32
First, clone the repository:
33
34
```bash
35
- git clone https://github.com/fullstackreact/react-yelp-clone.git react-yelp-clone
36
- cd react-yelp-clone
+git clone https://github.com/fullstackreact/react-yelp-clone.git react-yelp-clone
+cd react-yelp-clone
37
38
- # install the dependencies
39
- npm install
+# install the dependencies
+npm install
40
41
- # copy configuration (see below)
42
- cp .env.example .env
+# copy configuration (see below)
+cp .env.example .env
43
44
- # start the server
45
- npm start
+# start the server
+npm start
46
```
47
48
## Configuring the Application
0 commit comments