https://github.com/jfairbank/es7-and-beyond-talk
https://github.com/jfairbank/es7-and-beyond-talk
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfairbank/es7-and-beyond-talk
- Owner: jfairbank
- License: mit
- Created: 2015-08-16T01:03:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T17:34:55.000Z (over 9 years ago)
- Last Synced: 2025-01-21T17:36:54.717Z (9 months ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.