I'am new to dart. I try to run a dart client and an appengine SDK server. The appengine SDK for Python serves dynamic HTML with jinja.
During development I like to use dart pub serve to serve the dart code and the app engine SDK to serve HTML and CSS assets.
I used stagehand to setup web-simple dart in my Pycharm app engine project. But I could not figure out how to serve the HTML and CSS assests from the appengine SDK.