We have finished building our SmileCart application, and now it's time to deploy it to the internet. To deploy, we will be using a platform called Vercel. It is a cloud platform that allows you to deploy your React.js projects easily, offering a straightforward and seamless deployment process.
Let's see how we can deploy SmileCart using Vercel.
Step 1: Make sure that you push your smile-cart
code to Github.
Step 2: Visit https://vercel.com/ and Sign Up using your Github.
Step 3: Add your Github account and import your smile-cart repository.
Step 4: Now click the Deploy button. This will begin to deploy your project by running builds, checks, and, finally, assigning a domain.
Step 5: After successful deployment, go to the dashboard to see details about your deployed application such as the domain name and other deployment information.