An open API service indexing awesome lists of open source software.

https://github.com/tvc12/dartjs-study

Learning dart and javascript
https://github.com/tvc12/dartjs-study

dart daybyday js learning

Last synced: 7 months ago
JSON representation

Learning dart and javascript

Awesome Lists containing this project

README

          

# *Learning Dart and Javascript*

![](https://img.shields.io/github/license/tvc12/DartJs-Study.svg?style=flat-square)

## Contents

- [Installation](#installation)

- [Hello world!](#hello-world)

## Installation

Now, we install **Dart** and **Javascript**. I use NodeJs for run ***.js** in terminal

You clone this project to your ubuntu by **git**:

``` bash
git clone https://github.com/tvc12/DartJs-Study.git
```

```bash
cd DartJs-Study
```

```bash
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.

```bash
./install.sh js #only nodejs
./install.sh dart #only dart
```

## Hello world

Now, we write a legendary application. That's Hello world [Go](start/README.md)