An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Web Compare

[![Build Status](https://travis-ci.org/relative-ci/compare.svg?branch=master)](https://travis-ci.org/relative-ci/compare)
[![Relative CI](https://badges.relative-ci.com/badges/og7ULMMCOgGWXBxRJocI?branch=master)](https://app.relative-ci.com/projects/og7ULMMCOgGWXBxRJocI)

Side by side comparison for webpack/lighthouse/browsertime stats - https://compare.relative-ci.com.

![screenshot](https://www.dropbox.com/s/1womnjyay3hi4ly/compare-screenshot.jpg?raw=1)

```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
```