Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLorber committed Oct 20, 2012
1 parent 352129a commit b4780f2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions labs/architecture-examples/dart/readme.md
@@ -0,0 +1,17 @@
# Dart • [TodoMVC](http://todomvc.com)

A TodoMVC sample built with Dart. It does not use a MVC framework - it's a Vanilla Dart sample.

Dart targets the development of modern and large scale web apps. It's an object oriented language with a C-style syntax.

## Run

Dart has two run modes : it can be compiled to JS, and will later run in native VM in compliant browsers.

You can for the moment :
- use a dedicated Chromium provided with [Dart SDK](http://dartlang.org) to run .dart files.
- run the JS compiled version (see [dart2js](http://www.dartlang.org/docs/dart2js/)), which can be found in /compiled directory.

## Credit

Made by [Mathieu Lorber](http://mlorber.net)

0 comments on commit b4780f2

Please sign in to comment.