Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 595 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 595 Bytes

This is a yeoman generator for kickstarting and HTML5 webpage with KonvaJs javascript canvas libarary.

Prerequisites

  • node/npm
  • grunt
  • bower
  • yeoman

Installation

npm install generator-konva -g

Usage

cd into a folder and type yo konva or yo konva my-konvajs-app-folder...and once in your working folder type grunt. This should wire the default bower dependencies (wiredep), and kickoff the connect and watch tasks.

A local livereload web server is started in port 5000 by default. Modify files in the src folder for getting started.