Skip to content

Demo project showcasing deployment to Vercel using GitHub integration illustrating deployment processes via Cloudflare or AWS S3.(This works only for react or html css js projects, doesnt support server side rendering)

License

Notifications You must be signed in to change notification settings

dhanush-2313/vercel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vercel Deployment Demo

This repository contains a simple demo project for deploying applications to Vercel using GitHub integration.

Overview

This project showcases deployment to Vercel using GitHub integration illustrating deployment processes via Cloudflare or AWS S3. Learn how to automate deployment processes and manage deployments directly from your GitHub repository. Perfect for exploring serverless functions and static site hosting on Vercel

##Important Note!

This works only for react projects or raw html css javascript projects, it does not support server side rendering

Getting Started

To get started with deploying your own applications to Vercel, follow these steps:

  1. Clone this Repository: Clone or fork this repository to your local machine.

    git clone https://github.com/dhanush-2313/vercel.git
  2. Install Dependencies: Navigate into the cloned repository directory and install any dependencies required for your project.

    cd vercel
    # Install dependencies, if any
  3. Set Up Vercel Account: If you haven't already, sign up for a Vercel account at vercel.com.

  4. Install Vercel CLI: Install the Vercel CLI globally on your machine to enable local development and deployment.

    npm install -g vercel
  5. Link Vercel Account: Link your Vercel account to your local development environment using the Vercel CLI.

    vercel login
  6. Deploy to Vercel: Once you're ready to deploy your project, use the Vercel CLI to deploy it to Vercel.

    vercel
  7. Follow Deployment Instructions: Follow the prompts from the Vercel CLI to configure your deployment settings, such as the project name, environment variables, and domain.

  8. Access Your Deployment: Once the deployment is complete, Vercel will provide you with a URL where your application is hosted. You can access your deployed application using this URL.

Resources

  • Vercel Documentation: Explore the official Vercel documentation for more detailed information on deploying applications, configuring custom domains, managing environments, and more.

  • Vercel GitHub Integration: Learn how to set up GitHub integration with Vercel to automate the deployment process directly from your GitHub repository.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

Demo project showcasing deployment to Vercel using GitHub integration illustrating deployment processes via Cloudflare or AWS S3.(This works only for react or html css js projects, doesnt support server side rendering)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published