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
- Host: GitHub
- URL: https://github.com/argyleink/browserify-babel
- Owner: argyleink
- Created: 2015-04-03T21:24:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-03T22:50:55.000Z (over 11 years ago)
- Last Synced: 2025-04-02T13:30:39.342Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.