bundle-analyzer
Keep your webpack bundle optimized over time ๐ฆโจ
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- webpack.stats.json
- deploy.sh
- release.sh
- AlertBar.js
- Avatar.js
- BrandLogo.js
- Card.js
- Catch.js
- Code.js
- Container.js
- FileSize.js
- Footer.js
- GlobalStyle.js
- Header.js
- index.js
- Layout.js
- Link.js
- Loader.js
- Markdown.js
- Menu.js
- Navbar.js
- SmoothCodeLogo.js
- Tab.js
- Text.js
- Apollo.js
- AppFooter.js
- AppNavbar.js
- Auth.js
- OwnerAvatar.js
- Router.js
- StatsLoader.js
- StatsSunburst.js
- StatusIcon.js
- Store.js
- SyncAlertBar.js
- Theme.js
- User.js
- assets.js
- chunks.js
- index.js
- modules.js
- build.js
- permissions.js
- user.js
- index.js
- OwnerContext.js
- Repositories.js
- Settings.js
- BuildDetail.js
- Builds.js
- Empty.js
- index.js
- Overview.js
- RepositoryContext.js
- Settings.js
- AuthCallback.js
- ErrorPage.js
- Home.js
- NotFound.js
- Privacy.md
- Security.md
- Terms.md
- App.js
- index.html
- index.js
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- site.webmanifest
- .babelrc
- .eslintrc.json
- _redirects
- bundle-analyzerrc.json
- example.env
- package.json
- webpack.config.babel.js
- development.json
- production.json
- test.json
- structure.sql
- 20190831180010_init.js
- 20190930114817_build-checks.js
- 20190930173816_base-build.js
- release.sh
- auth.js
- build.js
- errorHandler.js
- index.js
- webhooks.js
- Build.js
- Date.js
- index.js
- Installation.js
- JobStatus.js
- Organization.js
- Owner.js
- PageInfo.js
- Permission.js
- Repository.js
- schema.js
- Synchronization.js
- User.js
- apollo.js
- error.js
- index.js
- schema.js
- build.js
- buildCheck.js
- synchronize.js
- Build.js
- BuildCheck.js
- Bundle.js
- index.js
- Installation.js
- InstallationRepositoryRight.js
- Organization.js
- Repository.js
- Synchronization.js
- User.js
- UserInstallationRight.js
- UserOrganizationRight.js
- UserRepositoryRight.js
- util.js
- baseCompare.js
- githubStatus.js
- githubStatus.test.js
- index.js
- misc.js
- misc.test.js
- sizeDiff.js
- sizeLimit.js
- sizeLimit.test.js
- index.js
- sizeDiff.js
- sizeDiff.test.js
- sizeLimit.js
- sizeLimit.test.js
- index.js
- misc.js
- misc.test.js
- client.js
- events.js
- index.js
- index.js
- job.js
- model.js
- worker.js
- github.js
- index.js
- index.test.js
- factory.js
- index.js
- setup.js
- .eslintrc.json
- graphql.js
- index.js
- config.js
- config.test.js
- teardown.js
- testUtil.js
- util.js
- amqp.js
- index.js
- pg.js
- s3.js
- build.js
- synchronize.js
- web.js
- config.js
- constants.js
- init.js
- .babelrc.js
- .eslintrc.json
- .gitignore
- example.env
- knexfile.js
- nodemon.json
- package.json
- yarn.lock
- home-logo-dark.png
- home-logo.png
- logo.png
- social.jpg
- cli.mdx
- configuration.mdx
- faq.mdx
- gatsby.mdx
- quick-start-token.jpg
- quick-start.mdx
- size-limit.mdx
- supported-ci-providers.mdx
- index.mdx
- .gitignore
- _redirects
- gatsby-config.js
- gatsby-node.js
- package.json
- README.md
- yarn.lock
- enabled_plugins
- logo-light-horizontal.png
- logo-light-vertical.png
- bundle-analyzer-docs.sketch
- bundle-analyzer-logo.sketch
- social.jpg
- build-example.jpg
- checks.png
- cta-illustration.svg
- feature-icon-01.svg
- feature-icon-02.svg
- feature-icon-03.svg
- feature-icon-04.svg
- feature-icon-05.svg
- feature-icon-06.svg
- hero-back-illustration.svg
- hero-top-illustration.svg
- logo-brand-dark-horizontal.svg
- logo.svg
- pricing-illustration.svg
- main.js
- _functions.scss
- _include-media.scss
- _mixins.scss
- _variables.scss
- _base.scss
- _helpers.scss
- _typography.scss
- _buttons.scss
- _forms.scss
- _cta.scss
- _features.scss
- _footer.scss
- _header.scss
- _hero.scss
- _main.scss
- _pricing.scss
- _normalize.scss
- style.scss
- .eslintrc.json
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- index.html
- package.json
- README.md
- site.webmanifest
- yarn.lock
- .eslintignore
- .eslintrc.json
- .gitignore
- .nvmrc
- .prettierignore
- .prettierrc
- babel.config.js
- CONTRIBUTING.md
- docker-compose.yml
- jest.config.js
- LICENSE
- package.json
- Procfile
- Procfile.dev
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/smooth-code/bundle-analyzer
Downloads the entire project code from GitHub to your computer.
cd bundle-analyzer
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
cd apps/client
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
