Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azizmashkour/react-i18n
https://github.com/azizmashkour/react-i18n
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/azizmashkour/react-i18n
- Owner: azizmashkour
- Created: 2018-10-30T13:25:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T21:43:07.000Z (over 1 year ago)
- Last Synced: 2024-10-31T01:34:46.803Z (2 months ago)
- Language: JavaScript
- Size: 562 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React, i18next and react-i18next
This is a React-JS internationalisation with i18next and react-i18next repository. Feel free to use it as soon as you can.
## Getting Started
Fork or Download this repository.
## Installing Dependencies
Make sure you have `node` and `yarn` installed on your local machine otherwise go
[here](https://changelog.com/posts/install-node-js-with-homebrew-on-os-x) and install them; then run `yarn` from the project directory to install all dependencies.## Starting the Server
Navigate to the cloned or forked project directory using the command line, type `npm start` or `yarn start` and the project will automatically run on `localhost:3000`.