An open API service indexing awesome lists of open source software.

https://github.com/codeandweb/ember-intl-example

Example project for ember.js and ember-intl that explains how to easily translate your web app.
https://github.com/codeandweb/ember-intl-example

Last synced: about 1 month ago
JSON representation

Example project for ember.js and ember-intl that explains how to easily translate your web app.

Awesome Lists containing this project

README

          

# ember-intl-example

This short is an example application used in the tutorial
[How to translate your Ember.js application with ember-intl](https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-ember-app-with-enber-intl)


How to translate your Ember.js app with ember-intl

## Installation of the example project

* `git clone https://github.com/CodeAndWeb/ember-intl-example.git` this repository
* `cd ember-intl-example`
* `npm install`

## Running / Development

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).