Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 642 Bytes

File metadata and controls

33 lines (20 loc) · 642 Bytes

Installing and Debugging

As usual, this was written well after I actually got everything installed and such, so I this is certainly incomplete.

Consult the TODO List for known bugs and such.

Stuff to install

  • NPM
  • Typescript

Extensions

  • ESLint
  • TypeScript + Webpack Problem Matchers

Getting Started

cd konva-react
npm install

Once you get that done, you need to run this in a dedicated console window or vscode terminal:

npm start

Then, assuming all the right typescript stuff is installed, you should be able to just F5 from VSCode to debug.

To deploy:

npm build
npm deploy