Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/GoogleChromeLabs/jscost.org

JSCost.org - a JavaScript cost visualizer 💸
https://github.com/GoogleChromeLabs/jscost.org

compile devtools javascript-tools mobile mobile-web parse performance

Last synced: 11 days ago
JSON representation

JSCost.org - a JavaScript cost visualizer 💸

Awesome Lists containing this project

README

        

# JSCost - JavaScript Performance Estimator sample

![](https://github.com/GoogleChrome/jscost.org/blob/vjs/media/jscost-logo-2x.png?raw=true)

This repository contains the complete sample code for the JSCost Performance
Estimator sample. This shows how to use WebPageTest.org and the Chrome DevTools
Timeline to estimate the performance of JavaScript on different mobile devices.

## Contributing changes

* See [CONTRIBUTING.md](CONTRIBUTING.md)

## Build Setup

**Requires Node.js 6+**

``` bash
cd app

# install dependencies
npm install # or yarn

# serve in dev mode, with hot reload at localhost:8080
npm run dev

# build for production (including Service Worker generation)
npm run build

# lint sources
npm run lint
```

## Licensing

* See [LICENSE](LICENSE)