|
@@ -0,0 +1,20 @@
|
|
1
|
+# Starter kit for Angular Material
|
|
2
|
+
|
|
3
|
+Here is an angular material starter kit to use with Luticate (https://git.rthoni.com/luticate/)
|
|
4
|
+
|
|
5
|
+## Install front
|
|
6
|
+```shell
|
|
7
|
+# git clone https://git.rthoni.com/robin.thoni/starter-angular-material
|
|
8
|
+cd public
|
|
9
|
+bower install
|
|
10
|
+```
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+## Install php
|
|
14
|
+
|
|
15
|
+```shell
|
|
16
|
+composer install
|
|
17
|
+chmod -R 777 storage
|
|
18
|
+cp example.env .env # Then edit it
|
|
19
|
+# exec sql/struct_init.sql and sql/data_init.sql on database
|
|
20
|
+```
|