react-globalize
Version:
Bringing the i18n functionality of Globalize, backed by CLDR, to React
12 lines (9 loc) • 391 B
Markdown
Example
=======
Install
-------
These instructions assume you have node and npm installed. For help, see the [npm docs](https://docs.npmjs.com/getting-started/installing-node)
1. Build react-globalize (`cd .. && grunt`)
2. Run `npm install` in this directory
3. Run `npm run-script build` to generate the built JS file
4. Open browser and navigate to `react-globalize/examples/index.html`