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

https://github.com/argyleink/browserify-babel

Quickstart for playing with ES6 Babel and Browserify
https://github.com/argyleink/browserify-babel

Last synced: about 1 year ago
JSON representation

Quickstart for playing with ES6 Babel and Browserify

Awesome Lists containing this project

README

          

## Babel/Browserify/Bootstrap

To get setup `npm i`
To serve `npm run serve`
To watch `npm run watch`

That's it, you're ready to write some basic ES6 and require modules using node style imports. Enjoy this little playground.