Challenge: Deploy an E-commerce Application on GitHub
Understand the deployment process for a React e-commerce application by pushing your source code to GitHub and deploying it on Netlify. This lesson guides you through handling environment variables and deploying your project live for users to access.
We'll cover the following...
We'll cover the following...
We have learned what deployment means and how to deploy our React applications to Netlify by first pushing our source code to GitHub using Git commands. Now, you can practice this by carrying out the tasks below. ...