Skip to content

Commit

Permalink
Added the build instructions for installing Preact.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratbn committed Jan 18, 2017
1 parent b0f0210 commit a568dfc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion BUILD_INSTRUCTIONS
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,14 @@
...


(10) Bundle / transpile the JavaScript with Webpack for deployment:
(10) Install the NPM modules for Preact:

$ npm install preact preact-compat

...


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

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

Expand Down

0 comments on commit a568dfc

Please sign in to comment.