publish app

Publish App to the Internet

In this step, you will make your app publicly available on the Internet.

1. Commit your changes to your Github repository.

  • In VS Code follow these steps:
  1. Select the "Source Control" Tab
  2. Enter a Commit message
  3. Click the "Commit" button
  • Click "Sync Changes"


2. Publish your Github repository using Github Pages. 

  • Github Pages allows you to make your repository accessible as a website on the Internet by following these steps:
  1. Go to your repository's settings
  2. Select "Pages" from the list of options at the left of the setting page
  3. Open the "Branch" drop-down
  4. Select "Master"
  5. Click on "Save"


  •  After a minute or two, refresh your browser and you should see the public URL at which your website is now available.