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

https://github.com/dmbaranov/i18next-example


https://github.com/dmbaranov/i18next-example

habrahabr i18n react

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# i18next example
This is a simple example of how i18next + React works.

To try out this example you should do the next steps:

1. Clone this repo: ``` git clone https://github.com/theWaR13/i18next-example.git ```

2. Type ``` cd i18next-example ``` and ``` npm install ```

3. And the last one is ``` NODE_ENV=devel npm start ```

4. Now you can open browser, go to ``` localhost:3001 ``` and check this example!