An example of using angular.js with yii.
After cloning this repository, the following configurations are required.
- Run
bower installunder project root. (bower required). - Run
composer installunder /api directory. (composer required) - Set permissions if you are not using Windows.
chmod 0777 runtime/ web/assets/
Run php -S localhost:8080 under project to start testing server with PHP built-in server, while you can use web servers like apache or nginx if you like.