Browse Source

README

tags/v0.5.0
Robin Thoni 8 years ago
parent
commit
1c0dea49c9
1 changed files with 13 additions and 5 deletions
  1. 13
    5
      README.md

+ 13
- 5
README.md View File

1
-# Starter kit for Angular Material
1
+Starter kit for Angular Material
2
+================================
2
 
3
 
3
-Here is an angular material starter kit to use with Luticate (https://git.rthoni.com/luticate/)
4
+Here is an angular material starter kit to use with [Luticate2](https://git.rthoni.com/luticate2/).
4
 
5
 
5
-## Usage
6
+Getting started
7
+---------------
6
 ```shell
8
 ```shell
7
 git clone https://git.rthoni.com/robin.thoni/starter-angular-material
9
 git clone https://git.rthoni.com/robin.thoni/starter-angular-material
8
 cd starter-angular-material
10
 cd starter-angular-material
9
-git submodule init
10
-git submodule update
11
 bower install
11
 bower install
12
 ```
12
 ```
13
+
14
+A CRUD stack is provided as an example:
15
+`app/controllers/pkguids.controller.js`  
16
+`app/controllers/pkguidsedit.controller.js`  
17
+`app/sdk/Business/pkguids.business.js`  
18
+`app/sdk/DataAccess/pkguids.dataaccess.js`
19
+
20
+See [Luticate2-utils/WebApiUtils](https://git.rthoni.com/luticate2/luticate2-api/src/master/WebApiUtils) project for the backend.

Loading…
Cancel
Save