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

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

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
```