Skip to content

Latest commit

 

History

History

cloudflare-pages

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Cloudflare Pages is a Jamstack platform for frontend developers to collaborate and deploy websites.

Clone Repo and Navigate to Project

git clone https://github.com/ajcwebdev/a-first-look.git
cd deployment/cloudflare-pages

Sign up for Cloudflare Pages.

01-cloudflare-pages-dashboard

Click "Create a project."

02-connect-git-repository

Select your React project and click the "Begin setup" button at the bottom.

03-setup-build-and-deploy

Your project name and production branch will be set automatically.

04-blank-build-settings

The build settings are blank, but you can select the Create React App framework preset for the build command and publish directory.

05-create-react-app-framework-preset

Click "Save and deploy."

06-initializing-build

Once the build finishes you will see the build and deployment settings at the bottom.

07-build-and-deployment-settings

You will also see a link to your site at the top.

08-success-site-built-and-deployed

Click the link to ajcwebdev-cfpages.pages.dev and you should see the following page.

09-ajcwebdev-cfpages-deployed