Commit 67c95816 authored by Sam Saccone's avatar Sam Saccone

angular-dart: add in dev notes

parent fccf9eb8
...@@ -46,6 +46,8 @@ To edit and debug the code, you can use Dart Editor. The editor ships with the ...@@ -46,6 +46,8 @@ To edit and debug the code, you can use Dart Editor. The editor ships with the
[SDK](http://dartlang.org) and [Dartium](http://www.dartlang.org/dartium/), a [SDK](http://dartlang.org) and [Dartium](http://www.dartlang.org/dartium/), a
dedicated version of Chromium with an embedded Dart VM. dedicated version of Chromium with an embedded Dart VM.
If you would like to edit the code without an IDE you must install Dart and run `pub get` to install the dependencies from the project root.
## Compiling ## Compiling
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment