Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

ketch-in/ketch-in-host

Repository files navigation

KETCH IN HOST[deprecated]

ketch-in-host는 ketch-in에서 함께 관리됩니다.

Features

  • typescript support.

Setup

npm install

Command

Run

  • default
    npm run start
  • set host
    HOST=https://test.co.kr npm run start

Make

  • Create an executable file.

  • default

    npm run make
  • set host

    HOST=https://test.co.kr npm run make

Package

  • Create an executable file.

  • default

    npm run package
  • set host

    HOST=https://test.co.kr npm run package

Clean

  • Remove the .js .js.map file within src.
npm run clean

License

ketch in host is MIT licensed.