An open API service indexing awesome lists of open source software.

https://github.com/ericwindmill/dart_30

Dart 30 exercises.
https://github.com/ericwindmill/dart_30

Last synced: 3 months ago
JSON representation

Dart 30 exercises.

Awesome Lists containing this project

README

          

# Dart 30

This collection of bite-sized web development lessons in the Dart language. Inspired by JavaScript30 by [Wes Bos](http://wesbos.com/).

This is simply the lesson boilerplate code, meant to go along with the instruction at [Dart for Web Developers](http://www.dartforwebdevelopers.com/).

---
To use these files:

```
git clone https://github.com/ericwindmill/dart_30.git

cd dart_30/00/start
-- or whichever lesson number you'd like

pub get

pub serve
```