🌱 ThreeDart is currently a work in progress.
- Clone this repo locally
- Install Dart 2.3.0
- Run
pub get
- Run
pub run webdev servefrom ThreeDart root directory.- Note: You can also install webdev globally with
pub global activate webdevand run withwebdev servefrom the ThreeDart root directory.
- Note: You can also install webdev globally with
- Open
http://localhost:8080/in a browser.
