Browse Source

more readme notes

Kr Younger 6 years ago
parent
commit
125bce3c6c
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      README.md

+ 5
- 2
README.md View File

@@ -2,7 +2,10 @@
2 2
 
3 3
 This project is an example application for a typical [Ionic](https://ionicframework.com/) app with a [Spring Boot](https://projects.spring.io/spring-boot/) backend.
4 4
 
5
-This can be used for the start of a Zip Code Wilmington group project. It should be thought of as a Slack clone.
5
+This can be used for the start of a Zip Code Wilmington group project. It should be thought of as a Slack clone. It currently implements a simple public "channel" with some text posts in it.
6
+It has multiple pages on it's tabbed interface, and and shows how multiple pages get handled.
7
+
8
+Currently, the editing of a post does not work, but shows how a simple modal could work for editing something displayed on a page.
6 9
 
7 10
 You can read about how this application was created in [Develop a Mobile App With Ionic and Spring Boot](http://developer.okta.com/blog/2017/05/17/develop-a-mobile-app-with-ionic-and-spring-boot). Feel free to copy any code in this project for your own use in accordance with the [Apache license](LICENSE).
8 11
 
@@ -16,4 +19,4 @@ In another terminal window, install Ionic and Cordova.
16 19
 npm install -g ionic cordova
17 20
 ```
18 21
 
19
-Next, cd into `client` and execute `npm install && ionic serve`. The aforementioned [tutorial](http://developer.okta.com/blog/2017/05/17/develop-a-mobile-app-with-ionic-and-spring-boot) shows you how to deploy this app to an emulator/device. 
22
+Next, cd into `ionic-zipteam` and execute `npm install && ionic serve`. The aforementioned [tutorial](http://developer.okta.com/blog/2017/05/17/develop-a-mobile-app-with-ionic-and-spring-boot) shows you how to deploy this app to an emulator/device.