Pretty easy. This super simple demo presents a counter that can be incremented and decremented.
It's backed by a Redux store that syncs with the application router.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.