We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad7bed commit d9cd644Copy full SHA for d9cd644
README.md
@@ -116,4 +116,8 @@ In our plans we have
116
- npm test
117
- npm run build
118
119
-Build artifacts can be fount in the `/site/dist` subfolders: `standalone`, `react`, `knockout`
+Build artifacts can be found in the `/site/dist` subfolders: `standalone`, `react`, `knockout`
120
+
121
+## How to run live example
122
+ - `npm start` - for standalone (framework-agnostic) build
123
+ - `npm start:react` - for ReactJS framework version
0 commit comments