pypetey / react-redux-starter-kit

Get started with React, Redux, and React-Router!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Redux Starter Kit with Localization

Build Status js-standard-style

Based on React Redux Starter Kit.

Fork with React Intl plugin for Localization

Development

Getting Started

Just clone the repo and install the necessary node modules:

$ git clone https://github.com/juanda99/react-redux-starter-kit
$ cd react-redux-starter-kit
$ npm install                   # Install Node modules listed in ./package.json (may take a while the first time)
$ npm start                     # Compile and launch

I18n support

All messages in this website are localized and rendered using react-intl@2.0.

There is also a babel plugin to extract all the default messages into ./_translations/lib to be provided to translators.

$ npm run build:i18n

You can also run a script to extract all those translations as key-value.

$ npm run build:i18n:langs

There are console errors for the default language (en). It will be fixed with the new React-intl release

Thanks

About

Get started with React, Redux, and React-Router!

License:MIT License


Languages

Language:JavaScript 98.0%Language:CSS 1.4%Language:HTML 0.6%