|
@@ -1,12 +1,20 @@
|
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
|
8
|
```shell
|
7
|
9
|
git clone https://git.rthoni.com/robin.thoni/starter-angular-material
|
8
|
10
|
cd starter-angular-material
|
9
|
|
-git submodule init
|
10
|
|
-git submodule update
|
11
|
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.
|