jscost.org icon indicating copy to clipboard operation
jscost.org copied to clipboard

JSCost.org - a JavaScript cost visualizer 💸

JSCost - JavaScript Performance Estimator sample

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

Build Setup

Requires Node.js 6+

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