Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flatfisher/typescript-appengine-template
https://github.com/flatfisher/typescript-appengine-template
appengine typescrit
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flatfisher/typescript-appengine-template
- Owner: flatfisher
- License: mit
- Created: 2019-01-19T13:27:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T17:37:25.000Z (over 1 year ago)
- Last Synced: 2023-09-09T00:19:00.980Z (about 1 year ago)
- Topics: appengine, typescrit
- Language: TypeScript
- Size: 2.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```