fzbing / dart-comics

Sample app for exploring Dart (backed by express.js / node-dirty)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dart Comics

A simple Dart front-end for organizing comic books.

Install

A recent Dart is required.

  1. Install dependencies with pub install
  2. Start the web server with dart app.dart
  3. 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.

About

Sample app for exploring Dart (backed by express.js / node-dirty)

License:Other


Languages

Language:Dart 87.9%Language:Ruby 5.9%Language:HTML 5.3%Language:CSS 0.9%