Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`