Skip to content

Commit 6cbbb8a

Browse files
committed
2 parents 370be4d + 95dae68 commit 6cbbb8a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,21 @@ Demo Client - [http://angularyii2.github.io/](http://angularyii2.github.io/)
66

77
Download and run cmd:
88

9+
Init client app
910
```
1011
cd app
1112
bower update
1213
```
1314

15+
Init server
1416
```
1517
cd ../rest
1618
composer install --prefer-dist
1719
```
1820

19-
SQL DB - rest/sql.txt
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

0 commit comments

Comments
 (0)