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
{{ message }}
This repository was archived by the owner on Dec 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,27 @@ npm i or yarn i (Based on your package manager)
9
9
10
10
# Starting the server
11
11
enter the following commandd into your cmd/cli:
12
-
[<br>]
12
+
<br>
13
13
npm dev
14
14
15
15
# Building the app
16
16
Enter the follwoing command to build your app:
17
-
[<br>]
17
+
<br>
18
18
ionic build
19
19
20
20
# Running the app in android studio
21
-
Type the following code in your cmd/cli to run the app in Android Studio:
22
-
[<br>]
21
+
Type the following cmmands in your cmd/cli to run the app in Android Studio:
22
+
<br>
23
23
Make sure to set the set Android Gradle Plugin Version as 3.6.1 and Gradle version as 6.2.1 in the Project Structure from the file menu of Android Studio oor your app may not compile.
24
-
[<br>]
24
+
<br/>
25
+
You can either use the following single command: npm run Android or use a set of commands for running the project in Android Studio:
0 commit comments