TypeScript Kintone Customize Template

A boilerplate for developing Kintone Customization in TypeScript.

Usage

Basic Usage

  1. Install dependencies.
$ npm install
  1. Change the App Id in customize-manifest.json.

  2. Run the following script.

$ npm start

It starts both compiling the TypeScript files and uploading files to Kintone environment.
Both are running in watch mode.