jipodine / es-next-prototyping-client

es-next client boilerplate for rapid prototyping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES6 Prototyping Boilerplate

A client-side boilerplate for rapid prototyping with latest EcmaScript features (using babel-latest preset)

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

es-next client boilerplate for rapid prototyping


Languages

Language:JavaScript 95.6%Language:HTML 3.1%Language:CSS 1.3%