Skip to content

A template project where you can start using with Azure Functions

License

Notifications You must be signed in to change notification settings

salimkayabasi/azure-functions-typescript-template

Repository files navigation

Template for Azure Functions

With this project setup, you can start implementing your next product without taking care of boiler plate work.

It uses;

How to run it locally

Start with having local copy of local settings. There is already a file as an example.

cp local.settings.example.json local.settings.json
npm start

open http://localhost:7071/api/helloworld?name=salim

and you must see the response as HELLO FROM SALIM!

for further development details, please read these documents

About

A template project where you can start using with Azure Functions

Topics

Resources

License

Stars

Watchers

Forks