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.
- Host: GitHub
- URL: https://github.com/ericwindmill/dart_30
- Owner: ericwindmill
- Created: 2018-01-13T18:37:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T17:18:00.000Z (about 8 years ago)
- Last Synced: 2025-01-17T21:08:04.254Z (over 1 year ago)
- Language: HTML
- Size: 528 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```