Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pau1fitz/es6-es5
Beginners set up to compile ES6 to ES5
https://github.com/pau1fitz/es6-es5
babel es6
Last synced: 22 days ago
JSON representation
Beginners set up to compile ES6 to ES5
- Host: GitHub
- URL: https://github.com/pau1fitz/es6-es5
- Owner: Pau1fitz
- Created: 2017-07-29T07:36:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T16:13:17.000Z (over 7 years ago)
- Last Synced: 2024-10-29T20:06:49.645Z (2 months ago)
- Topics: babel, es6
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Convert ES6 to ES5 using webpack
-----
The is a quick setup using webpack to watch your files and to compile your code from ES6 to ES5.
## Instructions
* Clone this repo and run `npm install`.
* Before developing run `npm start` which will watch the files and transpile them from ES6 to ES5.
* Write your ES6 code in any js file in the `src` folder which will then automatically compile your code into ES5 and write the compiled code into `build/index.js`