Now it's time to deploy your application to the World Wide Web and make it available to everyone across the globe.
In this chapter, we will learn how to do it with three different hosting platforms – Netlify, Now, and Firebase. Here, we will learn the process of creating the account on each platform, setting up the environment, configuring the application for deployment, and finally deploying it to the web.
In this chapter, we'll cover the following recipes:
- Creating a Netlify account
- Preparing your application for deployment in Netlify
- Preparing for automatic deployment on Netlify with GitHub
- Creating a Vercel account
- Configuring the Vercel-CLI and deploying your project
- Preparing for automatic deployment on Vercel with GitHub
- Creating a Firebase project
- Configuring the Firebase-CLI and deploying your project