https://github.com/relative-ci/compare
Side by side comparison for webpack/lighthouse/browsertime stats
https://github.com/relative-ci/compare
browsertime bundle-stats lighthouse webpack
Last synced: about 1 year ago
JSON representation
Side by side comparison for webpack/lighthouse/browsertime stats
- Host: GitHub
- URL: https://github.com/relative-ci/compare
- Owner: relative-ci
- License: mit
- Created: 2019-10-12T08:33:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-27T13:57:51.000Z (about 1 year ago)
- Last Synced: 2025-04-27T14:35:31.672Z (about 1 year ago)
- Topics: browsertime, bundle-stats, lighthouse, webpack
- Language: JavaScript
- Homepage: https://compare.relative-ci.com
- Size: 1.72 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Web Compare
[](https://travis-ci.org/relative-ci/compare)
[](https://app.relative-ci.com/projects/og7ULMMCOgGWXBxRJocI)
Side by side comparison for webpack/lighthouse/browsertime stats - https://compare.relative-ci.com.

```shellf
https://compare.relative-ci.com/webpack?url=URL1&url=URL2
```
[Example](https://compare.relative-ci.com/webpack?url=https://gist.githubusercontent.com/vio/9cb2599efaf3dbf35f57d807aab455f0/raw/6b51be51c06dae2480c596c0252fbc04337af77c/react-hn.webpack.stats.1.json&url=https://gist.githubusercontent.com/vio/289e45ca0f329c58bfea9331a5606d91/raw/590d51bb5afffd3f4d898bc2459ab115fa638adb/react-hn.webpack.stats.0.json)
## Install
```shell
npm install
```
or
```shell
yarn
```
## Run development mode
```shell
npm start
```
### Build
```shell
npm run build
```