File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed
Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,15 @@ This is an example setup to show a **basic Google Map** with the Google Maps Rea
66
77To run this project, clone the Google Maps React Hooks repository locally.
88
9- At the root of the repository, run:
9+ 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
1018
1119``` shell
1220npm run start:sample-map
Original file line number Diff line number Diff line change @@ -6,7 +6,15 @@ This is an example setup to show the usage of the **useGeocoder hook** with the
66
77To run this project, clone the Google Maps React Hooks repository locally.
88
9- At the root of the repository, run:
9+ 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
1018
1119``` shell
1220npm run start:geocoding-example
Original file line number Diff line number Diff line change @@ -6,7 +6,15 @@ This is an example setup to show a **Google Map with markers** with the Google M
66
77To run this project, clone the Google Maps React Hooks repository locally.
88
9- At the root of the repository, run:
9+ 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
1018
1119``` shell
1220npm run start:map-with-markers
You can’t perform that action at this time.
0 commit comments