js-async-presentation
├─+ content
│ └── block.concept.ts
| └─+ examples
| └── async-await.ts
| └── callback.ts
| └── promise.ts
| └── async-await.ts
| └── observable.ts
|
├─+ test
| └── async.test.ts
|
└── package.json
- clone the project
$ git clone https://github.com/MohamedElmdary/js-async-presentation.git
- install dependencies
$ yarn install
OR
$ npm install
- to try each example
in package.json shown in project statuc tree you will find scripts note which includes each individual script for each example.
$ yarn <script name>
e.g $ yarn block
OR
$ npm run <script name>
e.g $ npm run block
- Github - Mohamed Elmdary
- Facebook - Mohamed Elmdary