Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 733 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 733 Bytes

NOTE: This software is not being actively developed or maintained, however a Dart integration for Visual Studio Code is which can be found in the Visual Studio Marketplace and on GitHub

A simple Dart project containing console applications, tests and web pages.

Console scripts

  • dart bin\echo.dart Echos content back to you
  • dart bin\print_day.dart Prints the day of the week

Tests

  • dart test\all.dart Some passing/failing sync/async tests

Web

  • pub serve A simple page that displays "Hello from Dart!" at localhost:8080/
  • pub serve test Runs the tests in the browser at localhost:8080/