Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

GoogleChromeLabs/jscost.org

Repository files navigation

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

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