The app is running at bzlist.net. The origonal version was made with Angular, and can be found here.
You can view the changelog here.
It's easy to get started, just follow the few steps below.
You can get the code by either cloning the reposity (which is recommended) or downloading it as a ZIP file.
To clone the repository run the following (you must have Git installed).
git clone https://github.com/bzlist/bzlist.net.git
cd bzlist.net
The latest ZIP file can be found at here.
npm install
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser and the page will live reload when you make edits.
Lints the TypeScript and SCSS files in src
.
Builds the app for production and outputs it to build
. It correctly bundles React in production mode and optimizes the build for the best performance.
Licensed under the MIT license.