We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9138565 commit 6f66997Copy full SHA for 6f66997
README.md
@@ -41,6 +41,7 @@ Code taken from course.
41
## Setup
42
43
* To start the server on _localhost://8100_ type: `ionic serve`
44
+* To generate normal www build file: `ionic build`
45
* Build for Android app: `ionic capacitor run android`
46
47
## Code Examples (taken from Udemy course with my comments added)
src/environments/environment.ts
@@ -4,7 +4,7 @@
4
5
export const environment = {
6
production: false,
7
- googleMapsAPIKey: 'AIzaSyBbJvrXHRGUnc8ceaIbBP0HiJwwMC5BUKk'
+ googleMapsAPIKey: ''
8
};
9
10
/*
0 commit comments