https://github.com/janakhpon/reactmultilang
reactmultilang is a demo display for how to use localization in reactjs.Here is a demo for herokudeploy
https://github.com/janakhpon/reactmultilang
github-pages heroku-deployment localization multilingual reactjs
Last synced: about 2 months ago
JSON representation
reactmultilang is a demo display for how to use localization in reactjs.Here is a demo for herokudeploy
- Host: GitHub
- URL: https://github.com/janakhpon/reactmultilang
- Owner: janakhpon
- Created: 2018-12-20T21:49:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T19:24:08.000Z (over 6 years ago)
- Last Synced: 2025-06-12T08:11:35.924Z (about 1 year ago)
- Topics: github-pages, heroku-deployment, localization, multilingual, reactjs
- Language: JavaScript
- Homepage: https://janakhpon.github.io/reactmultilang/
- Size: 468 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multilang
reactmultilang is a demo display for how to use localization in reactjs. Here is a github example [githubdeploy](https://janakhpon.github.io/reactmultilang/) and here is a demo for [herokudeploy](https://testmyownshitreact.herokuapp.com/)
# Usage
clone the repository
git clone https://github.com/janakhpon/reactmultilang.git
Get into root folder
cd reactmultilang
Install Dependencies using [npm](https://www.npmjs.com/)
npm install
npm i -d
npm start
Install Dependencies using [yarn](https://yarnpkg.com/en/)
yarn install
yarn add
yarn start
# Warning
If u run into error use the following steps
```bash
sudo yarn install
sudo yarn add
sudo yarn start
```
or
```bash
sudo npm install
sudo npm i -d
sudo npm start
```