Tempalate for a REST API server or a static site server
You will need to have dart installed https://dart.dev/get-dart
dart run
dart test
There is a simple controller that responds on the "/" request with a string response on port 4001
Static site is served up on port 4002. Put a static site in the build/web folder and it will be served up on port 4002 if it has an index.html file.