PackageSize is a website that shows the file size from the files used within the most common packages (including JavaScript/CSS frameworks & libraries).
PackageSize uses a list of packages from cdnjs. The list and information is fetched from their API.
For the design is Material Design for Bootstrap used, which is a Bootstrap theme that brings the Google Material Design to everyone's favorite front-end framework 😄.
Optional:
- Install npm dependencies:
npm install
- Start app:
npm run start
or with nodemon:nodemon
- Open browser on
http://localhost:1337
On windows, run this in the console to get only debug message related to PackageSize:
SET DEBUG=packagesize:*
Please review the guidelines for contributing to this repository.