Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flatfisher/typescript-appengine-template


https://github.com/flatfisher/typescript-appengine-template

appengine typescrit

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# typescript-appengine-template
typescript-appengine-template is a base project of Google AppEngine Standard 2nd gen using TypeScript. This project contains tools and configuration files that are likely to be used frequently (eg Test tool and Lint) from the beginning. Please feel free to submit Pull Request or Issue if there are recommended tools and configuration files.

## Build

```
$ npm run build
```

## Test

```
$ npm run test
```

## Deploy

```
$ npm run deploy --prefix node
```