AndyWendt / webtask-express-typescript-boilerplate

Webtask Express + Typescript Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webtask Express + TypeScript Boilerplate

Installation

  • Install Webtask

    • npm install wt-cli -g
    • wt init <your-email>
  • Install Typescript

    • npm install -g typescript
  • Install dependencies

    • npm install

Development

  • tsc to compile Typescript into Javascript. Jetbrains IDEs will also do this for you.
  • npm create to create and bundle the index Webtask function

About

Webtask Express + Typescript Boilerplate


Languages

Language:TypeScript 100.0%