This is a past event. Please, join us for Web Summer Camp this year.

Frontend to Serverless

About the session

You have built your awesome web application and now you want to share it with the world! Where do you start? How do you get code from your machine to the cloud? In this workshop, you will learn how to develop a web application locally and set it up for cloud deployment. You will also learn about Serverless functions and how you can amplify your web development skills!

Requirement

  • npm and nodejs; latest versions preferred.
  • Netlify cli and netlify functions. Netlify cli can be installed globally: npm install netlify-cli -g.
  • git on your machine and Github access (Netlify cli will authenticate using Github and can deploy the application)
  • create Cloudflare account and install Cloudflare cli - wrangler: npm install -g wrangler
  • create Supabase database account