mirror of https://github.com/dotnet/tye.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| HttpExample | 3 years ago | |
| README.md | 6 years ago | |
| tye.yaml | 6 years ago | |
README.md
Typescript example
A simple example showing that tye supports running non-dotnet azure functions locally.
For running
Before running, navigate to the HttpExample and run npm install. Run npm start as well to verify the function starts without tye.
Next, all you need to do is execute tye run and navigate to the dashboard. Navigate to <SERVICE_URL>/api/HttpExample to see the function working.
💡 Note, you may need to create a local.settings.json file to specify the language default. Tye currently doesn't specify the language by default.