This demo goes along with a PhraseApp blog article about React i18n.
There are two apps included with this demo. One is an admin and the other is a front-facing app.
- Clone the repo
cd {repo_root}/adminnpm install(oryarn)npm run start(oryarn start)
- Clone the repo
cd {repo_root}/frontnpm install(oryarn)npm run start(oryarn start)
This two apps were bootstrapped with Create React App.