Skip to content

jerone/PackageSize

Repository files navigation

PackageSize

GitHub Release Dependency Status License Gitter chat

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 😄.

Prerequisites

Optional:

  • Bower v1.3.12 (npm install -g bower)
  • Nodemon v1.3.7 (npm install -g nodemon)

Install

  1. Install npm dependencies: npm install
  2. Start app: npm run start or with nodemon: nodemon
  3. Open browser on http://localhost:1337

Debug

On windows, run this in the console to get only debug message related to PackageSize:

SET DEBUG=packagesize:*

Contributing

Please review the guidelines for contributing to this repository.