Here's some boilerplate so you can focus on building Netlify Functions.
- Build a Netlify site out of this codebase.
- Go to
https://your-netlify-site.netlify.app/-- there should be static content visible on the home page. - Go to
https://your-netlify-site.netlify.app/.netlify/functions/helloWorld-- it should greet you with "Hello World." - Go to
https://your-netlify-site.netlify.app/.netlify/functions/helloWorld?name=FirstName-- it should greet you with "Hello FirstName." - Experiment with actually writing functions -- have fun.
As seen at Katie Kodes