Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danwahlin/es2015samples
A set of ECMAScript 2015 examples as well as a Gulp file that converts them to ES5 using Babel.
https://github.com/danwahlin/es2015samples
Last synced: about 15 hours ago
JSON representation
A set of ECMAScript 2015 examples as well as a Gulp file that converts them to ES5 using Babel.
- Host: GitHub
- URL: https://github.com/danwahlin/es2015samples
- Owner: DanWahlin
- Created: 2014-11-12T18:03:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T16:36:05.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T09:09:01.508Z (15 days ago)
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 178
- Watchers: 17
- Forks: 139
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ES6/ES2015 Samples
==========A set of ECMAScript 2015 (also called ES6) examples as well as a Gulp file that converts them to ES5 using Babel.
## To run the samples:
1. Install Node.js from https://nodejs.org (latest LTS version is recommended)
1. Run `npm install` at the root of the project in a command window
1. Install the `gulp` package globally:
`npm install -g gulp`
1. Run `gulp` (from the root of the project) in the command window to transpile ES6/ES2015 code to ES5 (leave the window open since it watches for file changes)
1. Open another console window and run `npm start` to launch the browser