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
- Host: GitHub
- URL: https://github.com/tvc12/dartjs-study
- Owner: tvc12
- License: mit
- Created: 2019-03-14T17:14:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T15:25:09.000Z (over 6 years ago)
- Last Synced: 2025-01-13T12:50:20.076Z (9 months ago)
- Topics: dart, daybyday, js, learning
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# *Learning Dart and Javascript*

## 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)