Skip to content

yelouafi/snabbdom-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Simple snabbdom starter repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published