From the course: Modernize Node.js Apps with Azure App Service

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

First step: GitHub

First step: GitHub

From the course: Modernize Node.js Apps with Azure App Service

Start my 1-month free trial

First step: GitHub

- [Tutor] Its time to start the transition. The first step will be moving to GitHub. In this video we will create a new GitHub repository where we will be placing our code. We will then make the first command to that repository. This is the GitHub new repository creation wizard. We need to pick a name for our project. We are going to go with MyToDoListJS written in Pascal case. And we can even include a description although its optional. We can say something like traditional NodeJS web app that we are going to be migrating to Azure app service. Next we have to choose whether this repository will be public and visible to everyone or private. I'm going to choose private but keep in mind that private repositories cost on GitHub. You need to have the premium plan and pay a monthly fee to maintain private repositories, so this is up to you. Then we can choose whether we want a readme file or not. Our project already has a readme file, so I'm going to uncheck this one. We also have a…

Contents