Skip to content

tvc12/DartJs-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Dart and Javascript

Contents

Installation

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

Hello world

Now, we write a legendary application. That's Hello world Go

Releases

No releases published

Packages

No packages published