sinsky / gas-router-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GAS Router Sample

using the test

  1. this repository is pull

  2. project is build

    build command - sample

    yarn
    yarn build
  3. GAS project is push

    GAS project files - sample

    // code.gs
    const doGet = () => HtmlService.createHtmlOutputFromFile("dist/index");
    <!-- dist/index.html -->
    Contents of dist/index.html
  4. GAS project is deploy! and your try!

About


Languages

Language:TypeScript 82.1%Language:HTML 9.9%Language:JavaScript 6.4%Language:CSS 1.6%