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:
- Select the "Source Control" Tab
- Enter a Commit message
- 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:
- Go to your repository's settings
- Select "Pages" from the list of options at the left of the setting page
- Open the "Branch" drop-down
- Select "Master"
- 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.