You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
traceypowersg edited this page Oct 16, 2013
·
7 revisions
This tutorial assumes that you have some knowledge of the Dart programming language and development environment. It assumes you have no knowledge of Angular, but that you do know basic HTML and CSS.
###New to Dart?
If you’re new to Dart, before starting on this tutorial take a moment to familiarize yourselves with the basics of the Dart language and application structure.
It will guide you through your first “hello world” Dart app.
###Getting started with a Dart development environment
The easiest way to get started on Angular Dart is to install Dart Editor:
https://www.dartlang.org/tools/editor/
When you download Dart Editor, you get the Dart SDK, Dart command line tools, and Dartium - a build of Chromium with the Dart VM.