ソースを参照

Updated instructions

Matt Raible 7 年 前
コミット
e7dc1e5b37
共有1 個のファイルを変更した7 個の追加1 個の削除を含む
  1. 7
    1
      README.md

+ 7
- 1
README.md ファイルの表示

8
 
8
 
9
 To run the Spring Boot backend, cd into `server` and run `mvn spring-boot:run`.
9
 To run the Spring Boot backend, cd into `server` and run `mvn spring-boot:run`.
10
 
10
 
11
-In another terminal, cd into `client` and execute `npm install && ionic serve`. The aforementioned blog post shows you how to deploy this app to an emulator/device. 
11
+In another terminal window, install Ionic and Cordova.
12
+
13
+```
14
+npm install -g ionic cordova
15
+```
16
+
17
+Next, cd into `client` and execute `npm install && ionic serve`. The aforementioned blog post shows you how to deploy this app to an emulator/device.