A simple Dart front-end for organizing comic books.
A recent Dart is required.
- Install dependencies with
pub install - Start the web server with
dart app.dart - Open the app at http://localhost:8000/ with Dartium
The web code is contained in the web top-level directory. Aside from main.dart (which is in web) most of the client-side Dart code is in the lib directory.
Much thanks for Dart 1.0+ fixes to jsjant.
This software is licensed under the MIT License. See LICENSE for details.