Dart Web Programming for Beginners: 04 Setting Up WebStorm IDE

preview_player
Показать описание
WebStorm IDE is the official integrated development environment for the Dart Programming Language. It is powerful, but setup in GNU/Linux can be tricky. Be sure to perform the following commands ahead of time, on the command line. I am using Konsole in the video:

Fedora based systems:
sudo dnf install java-1.8.0-openjdk

Ubuntu based systems:
sudo apt-get install openjdk-7-jre
Рекомендации по теме
Комментарии
Автор

Intellij Idea IDE community version with the dart plugin works and it is cross platform ot runs both on windows, debian based (at least) linux distros and macos

PirateKnO
Автор

Save all is not needed btw, just run it again. It is saved automatically.

kasperpeulen