<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
>

<channel>
	<title>Github - Bipon's Diary</title>
	<atom:link href="https://biponnotes.iglyphic.com/category/github/feed/" rel="self" type="application/rss+xml" />
	<link>https://biponnotes.iglyphic.com</link>
	<description>Do good for others. It will come back in unexpected ways.</description>
	<lastBuildDate>Sun, 24 Apr 2022 13:35:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.10</generator>
<site xmlns="com-wordpress:feed-additions:1">168324471</site>	<item>
		<title>Deploy your Angular app to GitHub pages directly</title>
		<link>https://biponnotes.iglyphic.com/deploying-angular-apps-to-github-pages/</link>
					<comments>https://biponnotes.iglyphic.com/deploying-angular-apps-to-github-pages/#respond</comments>
		
		<dc:creator><![CDATA[bipon68]]></dc:creator>
		<pubDate>Fri, 27 Dec 2019 09:03:41 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[angular]]></category>
		<guid isPermaLink="false">https://bipon.me/?p=238</guid>

					<description><![CDATA[<p>In this tutorial we&#8217;ll see how to host an Angular 6 web application using Github Pages. Let&#8217;s get started. Prerequisites You need to have Node.js, NPM and Angular CLI installed, you also need to generate a new Angular 8 project using Angular CLI . Step 1: ng new child-demo in Visual Studio IDE terminal Step&#8230;<a href="https://biponnotes.iglyphic.com/deploying-angular-apps-to-github-pages/" class="more-link">Continue reading <span class="screen-reader-text">Deploy your Angular app to GitHub pages directly</span></a></p>
<p>The post <a href="https://biponnotes.iglyphic.com/deploying-angular-apps-to-github-pages/">Deploy your Angular app to GitHub pages directly</a> first appeared on <a href="https://biponnotes.iglyphic.com">Bipon's Diary</a>.</p>]]></description>
										<content:encoded><![CDATA[<p> In this tutorial we&#8217;ll see how to host an Angular 6 web application using Github Pages. Let&#8217;s get started. </p>



<h4>Prerequisites</h4>



<p> You need to have Node.js, NPM and Angular CLI  installed, you also need to generate a new Angular 8 project using Angular CLI . </p>



<p><strong>Step 1</strong>: <strong>ng new child-demo</strong> in Visual Studio IDE terminal</p>



<p><strong>Step 2</strong>: cd child-demo</p>



<p><strong>Step 3:</strong> command follow step by step </p>



<pre class="wp-block-code"><code>- git init
- git add .
- git commit -m "first commit"
- git remote add origin https://github.com/bipon68/child-demo.git (git remote add origin https://github.com/&lt;username>/&lt;repositoryname>.git)
- git push -u origin master
- npm install -g angular-cli-ghpages
- ng build --prod --base-href="https://bipon68.github.io/child-demo/" (Note: copy all file in dist folder into child-demo project folder and paste(one level up)) ($ ng build --prod --base-href "https://&lt;YOUR_GITHUB_USER-NAME>.github.io/&lt;YOUR_REPO_NAME>/"
)
- angular-cli-ghpages
- Your project should be available at - https://&lt;username>.github.io/&lt;repositoryname> (Sample example : https://bipon68.github.io/child-demo/)</code></pre>



<p>Reference</p>



<p><a href="https://github.com/angular-schule/angular-cli-ghpages">Angular cli ghpages</a>  <a href="https://www.youtube.com/watch?v=ScGfjQC6Kd4">Upload angular Project github Pages</a></p>



<p>Source File &#8211;  <a href="https://stackblitz.com/github/bipon68/child-demo">Code</a></p>



<p>Github Source File &#8211; <a href="https://github.com/bipon68/child-demo">Code</a></p><p>The post <a href="https://biponnotes.iglyphic.com/deploying-angular-apps-to-github-pages/">Deploy your Angular app to GitHub pages directly</a> first appeared on <a href="https://biponnotes.iglyphic.com">Bipon's Diary</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://biponnotes.iglyphic.com/deploying-angular-apps-to-github-pages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">238</post-id>	</item>
	</channel>
</rss>
