Skip to content

9bic/gae-typescript-express-example

Repository files navigation

gae-typescript-express-example

Greenkeeper badge

  • GAE standard for node8 with typescript examples
  • prestart scripts transpile automatically .ts to .js, when deployed to GAE.
  • when local development is served with nodemon and ts-node
    • run npm run watch
:
"scripts": {
  "prestart": "tsc",
  "start": "node dist/index.js",
  "watch": "nodemon",
  "test": "jest"
:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors