Completed
Use Netlify CLI to test our serverless function
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Serverless Functions in JavaScript - Build Netlify Serverless Functions with JavaScript
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Structure HTML
- 3 Add CSS
- 4 Add JavaScript
- 5 Add a CSS Animation
- 6 JS Fetch with Async / Await
- 7 Quick Refactor
- 8 Create a git repo and push to GitHub
- 9 Link your project to Netlify with Continuous Deployment
- 10 Install NodeJS
- 11 Install Netlify CLI
- 12 Initialize npm
- 13 Create a .gitignore file
- 14 Install node-fetch package dependency
- 15 Create the serverless functions folder
- 16 Create a serverless function
- 17 Modify the fetch function in our main.js
- 18 Use Netlify CLI to test our serverless function
- 19 A more practical serverless example
- 20 Where to add environment variables in Netlify