# deps Speedup the Webpack building process with deps file. The `scripts/gen.js` shows how generate deps file by the API `ClosureTree.makeDependencies`. To build and run this app with NPM CLI: ```sh yarn install # Generate deps file for source files in src/lib directory. yarn gen yarn build yarn start ``` If all goes well, you will see this message in your browser: