Skip to content

Commit

Permalink
Modified 'BUILD_INSTRUCTIONS' to use 'npm install'.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratbn committed Jun 17, 2018
1 parent 16e283e commit 656d8ce
Showing 1 changed file with 3 additions and 45 deletions.
48 changes: 3 additions & 45 deletions BUILD_INSTRUCTIONS
Original file line number Diff line number Diff line change
Expand Up @@ -16,56 +16,14 @@
1.3.10


(4) Install the Webpack module bundler:
(4) Install the required NPM modules:

$ npm install webpack
$ npm install

...


(5) Install the Babel transpiler:

$ npm install babel-loader

...


(6) Install the Babel preset 'es2015':

$ npm install babel-preset-es2015

...


(7) Install the Babel preset 'react':

$ npm install babel-preset-react

...


(8) Install the NPM module for React:

$ npm install react

...


(9) Install the NPM module for React DOM:

$ npm install react-dom

...


(10) Install the NPM modules for Preact:

$ npm install preact preact-compat

...


(11) Bundle / transpile the JavaScript with Webpack for deployment:
(5) Bundle / transpile the JavaScript with Webpack for deployment:

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

Expand Down

0 comments on commit 656d8ce

Please sign in to comment.