We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9187e commit 02a20ddCopy full SHA for 02a20dd
examples/places-autocomplete/README.md
@@ -6,7 +6,15 @@ This is an example setup of a **Map with a Places Autocomplete Search** to show
6
7
To run this project, clone the Google Maps React Hooks repository locally.
8
9
-At the root of the repository, run:
+First go to the root of the repository and run:
10
+
11
+```shell
12
+npm install
13
+````
14
15
+once to install all dependencies.
16
17
+Then start this example locally with
18
19
```shell
20
npm run start:autocomplete-example
0 commit comments