How to launch a dart on my computer?

I see that there is a project called spark , which is a development environment based on a Chrome application.

It seems interesting, and I want to run it on my own computer (mac os), which is expected to see an integrated chromium-based dart environment. But I can’t find any document to tell me how to run it. There are only a few pages on how to develop and test, but how to run it?

I tried with a shell grindwith all the options, but no luck :(

+3
source share
2 answers

! Spark , . , . , , - Chrome.

+3

Spark IDE Windows:

  • Dart SDK, . C:\dart-sdk
  • Spark, . C:\spark
  • cmd : cd C:\Spark
  • set PATH=%PATH%;C:\dart-sdk\bin
  • set DART_SDK=C:\dart-sdk
  • pub get
  • grind.cmd deploy
  • C:\Spark\ide\build\deploy-out\web Chrome Dev.

Chrome Dev Editor Spark 0.13,

+1

All Articles