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

https://github.com/jfairbank/es7-and-beyond-talk


https://github.com/jfairbank/es7-and-beyond-talk

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# ES7 and Beyond!

This repo contains the code samples and demos used in my "ES7 and Beyond!" talk.

## Async Timing Demo

To run the async timing demo:

```
$ cd code
$ npm install
$ npm run async-demo
```

Then, open up http://127.0.0.1:3000/ in your browser.