Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Before You Begin

Kathy Walrath edited this page Jan 13, 2014 · 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.

The Dart language documentation can be found here: https://www.dartlang.org/

The angular.dart API doc can be found here: http://ci.angularjs.org/view/Dart/job/angular.dart-master/javadoc/

There is a good “Getting Started” guide here: https://www.dartlang.org/docs/tutorials/get-started/

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 AngularDart 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.

Home | Next