publisherKim / snabbdomTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 98.4%Language:HTML 1.6%