We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccda13 commit aeb4266Copy full SHA for aeb4266
README.md
@@ -2,25 +2,14 @@
2
3
Demo Client - [http://angularyii2.github.io/](http://angularyii2.github.io/)
4
5
-**Install for local:**
+Demo Server - [http://angular-yii2.tk/](http://angular-yii2.tk/)
6
7
-Download and run cmd:
8
-
9
-Init client app
+###Init client###
+Download source from https://github.com/AngularYii2/angularyii2.github.io
10
```
11
cd app
12
bower update
13
14
15
-Init server
16
-```
17
-cd ../rest
18
-composer install --prefer-dist
19
20
21
-Change config \rest\config\db.php
22
-SQL DB - rest/sql.txt
23
24
-**More**
25
-Folder rest - server-side on Yii2
26
-Folder app - client application build with AngularJS
+###Init server:###
+See https://github.com/githubjeka/yii2-rest/blob/master/README.md
0 commit comments