How to configure the launch of web applications written in Dart, since WebStorm in Atom?
In Atom, it tries to run a Dart script, not index.html
Run the configurations saved in the folder .atom/launches.
.atom/launches
Eg. Console Configuration (cli):
type: cli path: test\test.dart cli: args: cwd: checked: true debug: true
Running web scripts ( type: web) has not yet been implemented.
type: web
dartlang / lib / launch / launch_web.dartlib / plugin.dart