<?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/"
	>

<channel>
	<title>Ionic Framework &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/ionic-framework/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Tue, 01 Feb 2022 13:42:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>Ionic Framework &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install Ionic Framework on Ubuntu 20.04</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-ionic-framework-on-ubuntu-20-04/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-ionic-framework-on-ubuntu-20-04/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Tue, 01 Feb 2022 12:44:20 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=4683</guid>

					<description><![CDATA[This article will focus on installing the Ionic Framework on Ubuntu 20.04. It will use the repository. It also asks for an important installation of nodejs on your version of Ubuntu OS.Ionic Framework is a unique and open source mobile UI toolkit for building high-quality mobile applications, including front-end framework [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This article will focus on installing the <strong><a href="https://ionicframework.com/">Ionic Framework</a></strong> on Ubuntu 20.04. It will use the repository. It also asks for an important installation of nodejs on your version of Ubuntu OS.<br>Ionic Framework is a unique and open source mobile UI toolkit for building high-quality mobile applications, including front-end framework and angular, react, etc.</p>



<h2 id="installing-ionic-framework" >Installing Ionic Framework</h2>



<p>Before installation, we recommend updating all packages:</p>



<pre class="wp-block-code"><code>apt update
apt upgrade -y</code></pre>



<p>Next you need to install Nodejs on your Ubuntu</p>



<pre class="wp-block-code"><code>curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - 
apt install nodejs</code></pre>



<p>Then you need to install <strong>Cordova</strong>. This can be done with the command below:</p>



<pre class="wp-block-code"><code>apt-add-repository ppa:cordova-ubuntu/ppa
apt-get update
apt-get install cordova-cli</code></pre>



<p>Next, after successfully installing Cordova, the creation of an Ionic Framework application for your server follows.</p>



<pre class="wp-block-code"><code>ionic start</code></pre>



<ol><li>You should specify the name of your project</li><li>Next is the selection of the initial template</li><li>Integrating your new app into Capacitor</li></ol>



<p>After you have successfully installed the dependencies, you will receive a notification that the installation was successful &#8220;Your Ionic application is ready&#8221;. Also, after installing all the dependencies, there is an option for you to install <strong>disableHostCheck</strong> with the above command. This will help you disable host check completely. After launching the application, you will receive this message.</p>



<pre class="wp-block-code"><code>&#91;INFO] Development server running!
	
Local: http://Your_Local_Host:8100
External: http://Your_IP_Address:8100

Use Ctrl+C to quit this process

&#91;INFO] ... and 42 additional chunks
&#91;ng] : Compiled successfully.
&#91;INFO] Browser window opened to http://localhost:8100!

&#91;ng] Date: 2022-01-01T11:11:11.102Z -
&#91;ng] 61 unchanged chunks
&#91;ng] Time: 8590ms
&#91;ng] : Compiled successfully.</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-ionic-framework-on-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>459</slash:comments>
		
		
			</item>
	</channel>
</rss>
