By now you should be familiar with Singularity University, right? It’s a global community that uses exponential technologies to meet the world’s greatest challenges. In addition to the academic…
As you are reading this post then you might become exciting to know about how very easily you can deploy ur angular application over Github. so before you move forward I’m assuming that you might have Github account already and must have the basic knowledge of angular application at least you done the angular setup on your machine.
So we will go step by step by assuming you right now don’t have any kind of project ready yet so we will start from the beginning of project creation.
To create a new workspace and initial starter app:
Open cmd and Run the CLI command ng new
and provide the name my-app
, as shown here
once it's done run the application by
and it will open your browser directly with default template as shown below
So we successfully did the application creation part 😃
Create a new repository on GitHub.
Once you click on create repository button you will see the command to push your local project into GitHub and To avoid errors, do not initialize the new repository with README, license, or gitignore
files.
so we finally push our newly created project on Github 😃
Add angular-cli-ghpages
to your project by entering the following command on cmd.
once all installation is getting complete next you have to build the app by the following command.
In my case, it could be
lastly, enter the below commands which creates a new branch called gh-pages and pushes the compiled code to the branch.
so we also upload the build over a Github.
Once we did that thing also then you ready to see your beautiful website over Github now you navigate to the URL to see the project running, it might take a few minutes for the app to become live. 😇
hope you get it how very easily you will deploy your project over Github. if you have any queries then you can comment out also I will happy to respond to your query.
Feeling stuck starts with your thoughts. If you think you’re stuck, you’re stuck. It’s as simple — and as complicated — as that. Thoughts create your situation. They frame how you see the world. They… Read more
Puede ser considerado como pesimista. Filósofo y además de matemático, inventó las matemáticas de las probabilidades, midió la presión atmosférica, construyó una máquina calculadora y creó el primer… Read more
Here is the question: Have you ever wondered how some slang was born? Really, I have been wondering about this. On a sunny day, a funky group of skaters all of a sudden start to call someone “nail.”… Read more