Home

Awesome

Starter Pack using Cycle.js, JSX/ES6 (Babel), and Webpack

Boilerplate for building ES6 web apps using Cycle.

Build Status

Getting Started

  1. npm install
  2. npm start
  3. Code your app
  4. ???
  5. PROFIT!

NPM Tasks

Vendor Module Packaging

Webpack's CommonsChunkPlugin is used to split your code and vendor dependencies into separate bundles. Ideally, that allows you to cache dependency code longer than application code and allows you to easily blackbox dependency code when debugging.

To add dependencies to your vendor bundle, just edit src/vendor.js.

Technology

TODO