A client-side es6 boilerplate for rapid prototyping
npm run [command]
transpile
- transpile all files from
src
folder todist
folder
- transpile all files from
bundle
- run
transpile
command - create the browserified bundle
- run
watch
- create a static file server
- transpile files in
src
folder when changed - rebundle application on page load
serve
- run the static file server only (presentation mode)
git clone --depth=1 https://github.com/Ircam-RnD/es6-prototyping-boilerplate.git dest_directory
cd dest_directory
rm -rf !$/.git # remove git history
npm install
This boilerplate uses https://babeljs.io/ and http://browserify.org/.