<?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: Swapnil Madhukar Waman</title>
    <description>The latest articles on DEV Community by Swapnil Madhukar Waman (@thesologlobesightseer).</description>
    <link>https://dev.to/thesologlobesightseer</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%2F617816%2F85d779bd-c39e-4eb9-8965-9925551b5b33.png</url>
      <title>DEV Community: Swapnil Madhukar Waman</title>
      <link>https://dev.to/thesologlobesightseer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thesologlobesightseer"/>
    <language>en</language>
    <item>
      <title>Use empty-react-app cra-template to create new project</title>
      <dc:creator>Swapnil Madhukar Waman</dc:creator>
      <pubDate>Fri, 28 Jul 2023 13:45:43 +0000</pubDate>
      <link>https://dev.to/thesologlobesightseer/use-empty-react-app-cra-template-to-create-new-project-19a4</link>
      <guid>https://dev.to/thesologlobesightseer/use-empty-react-app-cra-template-to-create-new-project-19a4</guid>
      <description>&lt;p&gt;Below is the link to see the code to see cra-template structure&lt;/p&gt;

&lt;p&gt;Anyone can use below commands to create create react application with redux implementation, unit test cases setup and well defined project structure.&lt;/p&gt;

&lt;p&gt;npx create-react-app [app-name] --template empty-react-app&lt;br&gt;
or&lt;br&gt;
yarn create react-app [app-name] --template empty-react-app &lt;/p&gt;

&lt;p&gt;Instead of cloning project or download zip file from git, one can use the above commands, so saving much time. Just replace  with your folder/project name and you are done.&lt;/p&gt;

&lt;p&gt;What is Empty React App CRA Template &lt;/p&gt;

&lt;p&gt;This is a custom create-react-app template of empty-react-app. Empty React App has been developing the ultimate React starter kit for many years now. On the other hand CRA (create-react-app) is currently the people's favorite choice. This template has been created to join their strengths together. CRA provides the necessary bootstrapping to start your projects but does not provide a guide on how to build it. That is where empty-react-app comes in to the picture and to guide you into creating state-of-the-art web applications.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/thesologlobesightseer/empty-react-app"&gt;https://github.com/thesologlobesightseer/empty-react-app&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>reactjsdevelopment</category>
    </item>
  </channel>
</rss>
