This is a small project to show how to code a web app in EmberJS.
It uses Flickr API, Google Maps API and Firebase.
You will need the following things properly installed on your computer.
git clone git@github.com:Iamlowlo/flickr-map-ember.git
this repositorycd flickr-map-ember
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
Tweak build options on config/environment
ember build
(development)ember build --environment production
(production)