Created
May 31, 2020 14:06
-
-
Save jmewes/ea673b269980c449dc69aefd9d20e203 to your computer and use it in GitHub Desktop.
Start web server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Setup `webdev` | |
https://dart.dev/tools/webdev | |
# Start development server | |
``` | |
webdev serve [--debug | --release] [ [<directory>[:<port>]] ... ] | |
``` | |
# Compile production files | |
``` | |
webdev build --output web:build | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment