/snabbdom-demo

Primary LanguageJavaScriptMIT LicenseMIT

snabbdom-starter

A simple snabbdom starter repository. Using the following tools:

  • browserify/watchify for client side bundling
  • babel to transpile the ES6 code

Getting up and running

##Install

After cloning the repository, run npm install.

All files live inside the app folder

..app
.....index.html
.....build.js
...js
........main.js
........(...)

running npm run watch watches for change and creates the browser bundle 'build.js' If you want to manually build the bundle, run npm run build.

##Examples

The repository contains multiple branches with different examples