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.
- Host: GitHub
- URL: https://github.com/codeandweb/ember-intl-example
- Owner: CodeAndWeb
- Created: 2019-02-07T13:28:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T13:53:49.000Z (over 7 years ago)
- Last Synced: 2025-01-07T21:09:37.435Z (over 1 year ago)
- Language: JavaScript
- Size: 128 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
## 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).