<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ahmed Ayman Mousa</title>
    <description>The latest articles on DEV Community by Ahmed Ayman Mousa (@ahmedmousa).</description>
    <link>https://dev.to/ahmedmousa</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F761468%2F4261fb5c-a5b6-42a7-9e3e-568e996168a6.png</url>
      <title>DEV Community: Ahmed Ayman Mousa</title>
      <link>https://dev.to/ahmedmousa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ahmedmousa"/>
    <language>en</language>
    <item>
      <title>Start With React.js</title>
      <dc:creator>Ahmed Ayman Mousa</dc:creator>
      <pubDate>Sat, 27 Nov 2021 19:17:22 +0000</pubDate>
      <link>https://dev.to/ahmedmousa/start-with-reactjs-3ok</link>
      <guid>https://dev.to/ahmedmousa/start-with-reactjs-3ok</guid>
      <description>&lt;ul&gt;
&lt;li&gt;1.Install Node.js&lt;/li&gt;
&lt;li&gt;2.Type in terminal
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight console"&gt;&lt;code&gt;&lt;span class="gp"&gt;$&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; create-react-app
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And boom it's installed&lt;/p&gt;

&lt;h1&gt;
  
  
  To create a new React app
&lt;/h1&gt;

&lt;p&gt;Type in terminal&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ npx create-react-app (app name)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;go to &lt;a href="https://reactjs.org"&gt;React.js&lt;/a&gt; to find more tutorial&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
