Skip to content

Commit d4c86c7

Browse files
committed
Added build instructions for installing the NPM modules for React and React DOM.
1 parent 1d3b2b6 commit d4c86c7

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

BUILD_INSTRUCTIONS

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,21 @@
4444
...
4545

4646

47-
(8) Bundle / transpile the JavaScript with Webpack for deployment:
47+
(8) Install the NPM module for React:
48+
49+
$ npm install react
50+
51+
...
52+
53+
54+
(9) Install the NPM module for React DOM:
55+
56+
$ npm install react-dom
57+
58+
...
59+
60+
61+
(10) Bundle / transpile the JavaScript with Webpack for deployment:
4862

4963
$ ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js
5064

0 commit comments

Comments
 (0)