Now, we install Dart and Javascript. I use NodeJs for run *.js in terminal
You clone this project to your ubuntu by git:
git clone https://github.com/tvc12/DartJs-Study.git
cd DartJs-Study
chmod u+x install.sh
And now, you run bash shell script install for install dart and nodeJs.
./install.sh
Besides, you want to install only dart or nodejs. Having option help you do that.
./install.sh js #only nodejs
./install.sh dart #only dart
Now, we write a legendary application. That's Hello world Go