chiubaca / typescript-netlify-functions-starter

Demo of how to use typescript with Netlify Functions

Home Page:https://typescript-netlify-functions.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript & Netlify Functions

This repo is related to this blog - https://dev.to/chiubaca/typescript-and-netlify-functions-37b8 πŸ‘€

Running Locally πŸ’»

Ensure you have Netlify Dev installed globally.

Then run netlify dev which will open a page with some links to some prebuilt Netlify funtions.

Further Development πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»

Extend or add your own netlify functions by creating a new .ts file in the ./functions folder. Remember to run npm run build after each change (sorry no fancy auto-reload).

Read the Netlify docs for further information about Netlify Functions.

Deploy to your own Netlify account πŸš€

Just click here! πŸ‘‡

✨Deploy to Netlify✨

About

Demo of how to use typescript with Netlify Functions

https://typescript-netlify-functions.netlify.app/


Languages

Language:HTML 76.7%Language:TypeScript 23.3%