Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.55 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.55 KB

React Intl Universal Application

A light example of universal application with react-intl and redux

Shows also how to use storybook with react-intl

Important: Project was built only for development purpose, it is not ready for production usage.

Libraries

Prerequisites

Create App

git clone
cd react-intl-example
yarn (or npm install)

Start Development

storybook prerequisites

  • run yarn run extract-messages to extract messages for react-intl
  • run yarn run combine-messages to create a common language file all.json
  • then run yarn run storybook