salimkayabasi / azure-functions-typescript-template

A template project where you can start using with Azure Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 85.7%Language:TypeScript 14.3%