https://github.com/seangwright/es6-tutorial-1
A series of commits detailing different features of ES6
https://github.com/seangwright/es6-tutorial-1
Last synced: 4 months ago
JSON representation
A series of commits detailing different features of ES6
- Host: GitHub
- URL: https://github.com/seangwright/es6-tutorial-1
- Owner: seangwright
- Created: 2015-07-22T03:47:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T04:58:08.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T13:12:54.479Z (4 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ES6 Tutorial 1
A series of commits detailing features & functionality of ES6 (sometimes in comparison to ES5)
## Installation
Checkout master and step through the commits which are numbered in order and given descriptions.
1. Run `npm install` to download packages
2. Run `npm start` to start webserver on `localhost:8080`
3. Access demos at `localhost:8080/index.html` and view results in console
3. If you need to transpile to ES5 because demoed functionality is not natively supported (commits >= 5), run `node babel`## Credits
Sean G. Wright on a Tuesday night