Janamou / one-hour-codelab

Learn how to build a webapp with Dart in one hour.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avast, Ye Pirates: Write a Web App Code Lab

Build Status

These are small Dart samples used by the Avast Ye, Pirates, in which you learn to build and web app, and which takes about an hour to complete.

Repo and testing

Currently, drone.io tests only whether the .dart files under web/ pass static analysis (dartanalyzer). We could do real unit testing, and we could do better with HTML samples.

Project structure

web/: Code samples used by the Avast Ye, Pirates code lab. Contains sub-directories to organize the samples by step.

README.md: This file.

runtests.sh: BASH script that runs dartanalyzer on all Dart source files in the web directory.

About

Learn how to build a webapp with Dart in one hour.


Languages

Language:Dart 41.5%Language:HTML 26.5%Language:CSS 25.0%Language:Shell 7.0%