Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 💸
- Host: GitHub
- URL: https://github.com/GoogleChromeLabs/jscost.org
- Owner: GoogleChromeLabs
- License: apache-2.0
- Archived: true
- Created: 2016-12-19T05:34:20.000Z (almost 8 years ago)
- Default Branch: vjs
- Last Pushed: 2018-03-28T18:06:44.000Z (over 6 years ago)
- Last Synced: 2024-08-02T06:25:08.472Z (3 months ago)
- Topics: compile, devtools, javascript-tools, mobile, mobile-web, parse, performance
- Language: JavaScript
- Homepage: https://jscost.org
- Size: 14.1 MB
- Stars: 102
- Watchers: 10
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)