Skip to content

Instantly share code, notes, and snippets.

@jmewes
Created May 31, 2020 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmewes/ea673b269980c449dc69aefd9d20e203 to your computer and use it in GitHub Desktop.
Save jmewes/ea673b269980c449dc69aefd9d20e203 to your computer and use it in GitHub Desktop.
Start web server
# 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