Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Latest commit

 

History

History

angular

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Running locally

To debug locally with DDC:

$ pub get
$ pub run build_runner serve

To debug locally with Dart2JS, unminified:

$ pub get
$ pub run build_runner serve --config=debug

To debug locally with Dart2JS, minified:

$ pub get
$ pub run build_runner serve --config=release

Building a binary

$ pub get
$ pub run build_runner build --config=release -o build