We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a8dce commit 87e8b1aCopy full SHA for 87e8b1a
examples/README.md
@@ -6,5 +6,14 @@ Install
6
These instructions assume you have node and npm installed. For help, see the [npm docs](https://docs.npmjs.com/getting-started/installing-node)
7
8
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`
+
+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