Skip to content

Ircam-RnD/wac2016-waves-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 Prototyping Boilerplate

A client-side es6 boilerplate for rapid prototyping

Available Commands

npm run [command]
  • transpile
    • transpile all files from src folder to dist folder
  • bundle
    • run transpile command
    • create the browserified bundle
  • 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)

Usage

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/.

About

Demo for WAC 2016 waves tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published