Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 615 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 615 Bytes

ThreeDart

🌱 ThreeDart is currently a work in progress.

See Live Examples and Tutorials

ThreeDart Live

Setup

  • Clone this repo locally
  • Install Dart 2.3.0
  • Run pub get

Running

  • Run pub run webdev serve from ThreeDart root directory.
    • Note: You can also install webdev globally with pub global activate webdev and run with webdev serve from the ThreeDart root directory.
  • Open http://localhost:8080/ in a browser.