Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 9 hours 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T04:58:08.000Z (over 9 years ago)
- Last Synced: 2025-02-04T13:11:39.187Z (1 day ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- 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