daoyuc / npm-cost

๐Ÿ‹๏ธ Find out the cost of adding a new frontend dependency to your project

Home Page:http://moeover.com/npm-cost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cost-of-modules.herokuapp.com

๐Ÿ‹๏ธ Cost of NPM Modules

Know the performance impact of including an npm package in your app's bundle.

demo walkthrough

Getting started locally

  • Use yarn run dev to debug the frontend
  • Use yarn start to run production build and test along with the server backend (no hot compilation yet!)
  • [Optional] Add a .env file to the root with firebase credentials for caching to work.
FIREBASE_API_KEY=<apiKey>
FIREBASE_AUTH_DOMAIN=<domain>
FIREBASE_DATABASE_URL=<url>

Thanks

About

๐Ÿ‹๏ธ Find out the cost of adding a new frontend dependency to your project

http://moeover.com/npm-cost

License:MIT License


Languages

Language:JavaScript 77.1%Language:CSS 18.6%Language:HTML 4.3%