kotojs / koto-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

koto-boilerpalte

This is a VERY basic starter template for building reusable charts with KotoJS.

Usage

  • $ npm start to run webpack-dev-server
  • $ npm test to run unit tests
  • $ npm tdd to continuously run tests
  • $ npm run jshint to lint code
  • $ npm run build to build (and minify)
  • $ npm version (patch|minor|major) to create git release

About

License:MIT License


Languages

Language:JavaScript 82.8%Language:HTML 17.2%