You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace `'YOUR API KY HERE'` at `src/app/config.ts` by your personal Google Maps API key.
22
30
23
31
> Guide to get a Google Maps API key [here](https://developers.google.com/maps/documentation/javascript/get-api-key)
24
32
25
-
## Development server
33
+
After replacing the API key use:
26
34
27
-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
35
+
```bash
36
+
# watches your files and uses livereload by default run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
37
+
$ npm start
38
+
# prod build, will output the production application in `dist`
39
+
# the produced code can be deployed (rsynced) to a remote server
0 commit comments