Skip to content

Commit 187a5a4

Browse files
Updated ReadMe with links to slides and products that support ECMAScript 2015 today.
1 parent 4ae195d commit 187a5a4

File tree

1 file changed

+36
-5
lines changed

1 file changed

+36
-5
lines changed

readme.md

+36-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,38 @@
1-
1. Install Node + NPM
2-
2. Install BabelJS
3-
3. Install FireFox Nightly
1+
# ECMAScript Demos
2+
3+
To run:
4+
5+
1. Install [Node](https://nodejs.org/) + [NPM](https://www.npmjs.com/)
6+
2. Install [BabelJS](https://babeljs.io/)
7+
3. Install [FireFox Nightly](https://nightly.mozilla.org/)
48
1. Sometimes use flag in HTML file: `<script src="..." type="application/javascript;version=1.8"></script>`
5-
4. Install Chrome Canary
9+
4. Install [Chrome Canary](https://www.google.com/chrome/browser/canary.html)
610
1. Enable harmony through URL: "chrome://flags/#enable-javascript-harmony"
7-
5. Install Edge
11+
5. Install [Edge](https://www.microsoft.com/windows/browser-for-doing)
12+
13+
## Conferences
14+
15+
Demos used during the ["JavaScript innovaties: ECMAScript 6 & 7"](http://www.slideshare.net/RickBeerendonk/javascript-innovaties-ecmascript-6-7) presentation. Microsoft TechDays, May 28, 2015.
16+
17+
## Copyright and License
18+
The MIT License (MIT)
19+
20+
Copyright © 2015 Rick Beerendonk.
21+
22+
Permission is hereby granted, free of charge, to any person obtaining a copy
23+
of this software and associated documentation files (the "Software"), to deal
24+
in the Software without restriction, including without limitation the rights
25+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26+
copies of the Software, and to permit persons to whom the Software is
27+
furnished to do so, subject to the following conditions:
28+
29+
The above copyright notice and this permission notice shall be included in
30+
all copies or substantial portions of the Software.
31+
32+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
38+
THE SOFTWARE.

0 commit comments

Comments
 (0)