dart-comics
dart-comics copied to clipboard
Sample app for exploring Dart (backed by express.js / node-dirty)
Dart Comics
A simple Dart front-end for organizing comic books.
Install
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.
Contributors
Much thanks for Dart 1.0+ fixes to jsjant.
License
This software is licensed under the MIT License. See LICENSE for details.