Backend on yii2 and frontend on Ember. js

Hello, can someone give some tutorials or examples how I can do singlepage app with yii2. This would be an app like gallery.

Posts that have thus fields (image.PNG,image.GIF,name and rating)

Generally speaking the way its done is to have Yii serve up JSON as a REST api server from the backend and let ember (or angular, react, etc) do its thing with the data that comes across.

There is a good REST server example in the docs… start there?

Generally speaking the way its done is to have Yii serve up JSON as a REST api server from the backend and let ember (or angular, react, etc) do its thing with the data that comes across.

There is a good REST server example in the docs… start there?