Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrew-cunliffe/serverless-typescript-quickstart
Quickstart project for creating a Node project using Serverless and Typescript with Cucumber for testing
https://github.com/andrew-cunliffe/serverless-typescript-quickstart
Last synced: 3 months ago
JSON representation
Quickstart project for creating a Node project using Serverless and Typescript with Cucumber for testing
- Host: GitHub
- URL: https://github.com/andrew-cunliffe/serverless-typescript-quickstart
- Owner: andrew-cunliffe
- License: mit
- Created: 2018-07-26T12:10:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T12:40:05.000Z (over 6 years ago)
- Last Synced: 2024-10-11T03:13:50.534Z (4 months ago)
- Language: JavaScript
- Size: 71.3 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Serverless Typescript Quickstart
This is a quickstart example for build an API using Serverless and Typescript
[![CircleCI](https://circleci.com/gh/andrew-cunliffe/serverless-typescript-quickstart.svg?style=svg)](https://circleci.com/gh/andrew-cunliffe/serverless-typescript-quickstart)
Underlying technologies and frameworks - Node, Serverless, Express, Typescript, Cucumber### Requirements
- Node 8
### Available commands
- npm install
Installs required dependencies, must always be run before any other commands will work- npm run test
This uses express directly to execute the functional tests
- npm start
Runs serverless offline locally to allow for development of UI
- npm deploy:test
Performs a deployment to the test environment
### DeploymentThis is performed via Circle CI and uses the scripts `npm run test` and `npm run deploy:prod` to perform required checks and deployments