Skip to content

React i18n demo apps — companions to PhraseApp blog article

License

Notifications You must be signed in to change notification settings

PhraseApp-Blog/react-i18n-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

μvees - a React i18n Demo

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.

Admin Installation

  • Clone the repo
  • cd {repo_root}/admin
  • npm install (or yarn)
  • npm run start (or yarn start)

Front Installation

  • Clone the repo
  • cd {repo_root}/front
  • npm install (or yarn)
  • npm run start (or yarn start)

This two apps were bootstrapped with Create React App.

About

React i18n demo apps — companions to PhraseApp blog article

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.2%
  • HTML 5.5%
  • CSS 1.3%