Skip to content

Commit 87e8b1a

Browse files
committed
fix
1 parent c0a8dce commit 87e8b1a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

examples/README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,14 @@ Install
66
These instructions assume you have node and npm installed. For help, see the [npm docs](https://docs.npmjs.com/getting-started/installing-node)
77

88
1. Run `npm install`
9-
2. Run `npm run-script build` to generate the built JS file
10-
3. Open browser and navigate to `react-globalize/examples/index.html`
9+
10+
Development
11+
-----------
12+
13+
1. Run `npm run start` to start a server with live reload support.
14+
15+
Production
16+
----------
17+
18+
1. Run `npm run build` to generate the distribution JS file
19+
1. Open browser and navigate to `react-globalize/examples/dist/index.html`

0 commit comments

Comments
 (0)