From 3d21ae73796d31dff46fcb4896ed9104134da6b8 Mon Sep 17 00:00:00 2001 From: Arpan Nanavati Date: Wed, 14 Sep 2016 10:51:45 -0700 Subject: [PATCH] update readme for electrify --- samples/universal-react-node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/universal-react-node/README.md b/samples/universal-react-node/README.md index a1d03ab19..a0d769a14 100644 --- a/samples/universal-react-node/README.md +++ b/samples/universal-react-node/README.md @@ -105,10 +105,10 @@ NODE_ENV=production gulp hot Electrode Javascript bundle viewer is named [electrify](https://github.com/electrode-io/electrify), it is a tool that helps for analyzing the module tree of webpack based projects. It's especially handy for catching large and/or duplicate modules which might be either bloating up your bundle or slowing down the build/install process. #### Integration points in your app #### +- use [electrode-archetype-react-app](https://github.com/electrode-io/electrode-archetype-react-app) which is already integrated with [electrify](https://github.com/electrode-io/electrify) and part of [electrode-boilerplate-universal-react-node](https://github.com/electrode-io/electrode-boilerplate-universal-react-node), all you have to do is run **gulp electrify** after installing [electrode-archetype-react-app](https://github.com/electrode-io/electrode-archetype-react-app) in your app. - [electrify](https://github.com/electrode-io/electrify) dependency `sudo npm install -g electrode-electrify ` and npm task runner integration. - [electrify](https://github.com/electrode-io/electrify) command line interface (CLI) `electrify --open`. -- use [electrode-archetype-react-app](https://github.com/electrode-io/electrode-archetype-react-app) which is already integrated with [electrify](https://github.com/electrode-io/electrify), all you have to do is run `gulp electrify` after installing [electrode-archetype-react-app](https://github.com/electrode-io/electrode-archetype-react-app) in your app. `electrode-boilerplate-universal-react-node` & [electrode-scaffolder](https://github.com/electrode-io/generator-electrode) internally use `electrode-archetype-react-app` hence `gulp electrify` on your terminal will start the bundle viewer in the browser.