9 lines
322 B
Markdown
9 lines
322 B
Markdown
|
## Setup
|
||
|
- use package.json's out of the individual projects
|
||
|
|
||
|
- auto start Chromium when start serving
|
||
|
- auto refresh Chromium when s/t changed
|
||
|
- transform index.html:
|
||
|
-> use a template with flags for dart/js and a variable with all files
|
||
|
-> remove all <script> tags, just leave main.dart!
|
||
|
-> auto create it as well!
|