<?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: Muhammad Fiaz</title>
    <description>The latest articles on DEV Community by Muhammad Fiaz (@muhammadfiaz).</description>
    <link>https://dev.to/muhammadfiaz</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%2F955843%2Fa58b2f01-7726-48b8-bb27-f160c3300cc1.jpeg</url>
      <title>DEV Community: Muhammad Fiaz</title>
      <link>https://dev.to/muhammadfiaz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muhammadfiaz"/>
    <language>en</language>
    <item>
      <title>nextjs-app: Create a Next.js App in One Command</title>
      <dc:creator>Muhammad Fiaz</dc:creator>
      <pubDate>Thu, 19 Oct 2023 17:06:37 +0000</pubDate>
      <link>https://dev.to/muhammadfiaz/nextjs-app-create-a-nextjs-app-in-one-command-4fhe</link>
      <guid>https://dev.to/muhammadfiaz/nextjs-app-create-a-nextjs-app-in-one-command-4fhe</guid>
      <description>&lt;p&gt;Hello fellow developers! 👋 In this article, I'll walk you through creating a robust Next.js starter template that comes pre-configured with TypeScript, Tailwind CSS, ESLint, and more. Whether starting a new project or looking to streamline your development workflow, this template aims to simplify your dev life.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Getting Started&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To kick things off, you can quickly generate a new project using the following command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npx nextjs-app projectname
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Alternatively, you can clone the project from the GitHub repository:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone https://github.com/muhammad-fiaz/create-nextjs-app.git
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;after that, you need to config the package.json&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--uzkfd-If--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9o2zpwqo1aieqqeavq93.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--uzkfd-If--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9o2zpwqo1aieqqeavq93.png" alt="Image description" width="800" height="464"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;after that enter the below step&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd project name
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Afterward, run the development server:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; npm run dev
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now you're up and running! Open &lt;code&gt;http://localhost:3000&lt;/code&gt; in your browser, and you'll see the magic happen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Our Next.js starter template comes with a set of features to enhance your development experience:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TypeScript Support&lt;/strong&gt;: Enjoy the benefits of static typing and improved code quality with TypeScript.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tailwind CSS Integration&lt;/strong&gt;: Quickly style your components using the popular utility-first CSS framework, Tailwind CSS.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ESLint for Code Linting&lt;/strong&gt;: Ensure your code follows best practices and catches potential issues early.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learn More&lt;/strong&gt;&lt;br&gt;
To get the most out of this template, check out &lt;a href="https://github.com/muhammad-fiaz/nextjs-app"&gt;GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deployment on Vercel&lt;/strong&gt;&lt;br&gt;
Deploying your Next.js app is a breeze with the Vercel Platform. Follow the Next.js deployment documentation for more details.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Support and Sponsorship&lt;/strong&gt;&lt;br&gt;
If you find this template helpful and want to support my work, consider buying me a coffee or becoming a patron:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://buymeacoffee.com/muhammadfiaz"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SQcYWH7s--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://img.shields.io/badge/Buy%2520Me%2520a%2520Coffee-ffdd00%3Fstyle%3Dfor-the-badge%26logo%3Dbuy-me-a-coffee%26logoColor%3Dblack" alt="BuyMeACoffee" width="162" height="28"&gt;&lt;/a&gt;&lt;a href="https://patreon.com/muhammadfiaz"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wYBLAWNU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://img.shields.io/badge/Patreon-F96854%3Fstyle%3Dfor-the-badge%26logo%3Dpatreon%26logoColor%3Dwhite" alt="Patreon" width="102" height="28"&gt;&lt;/a&gt;&lt;a href="https://ko-fi.com/muhammadfiaz"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--B03mzg1g--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://img.shields.io/badge/Ko--fi-F16061%3Fstyle%3Dfor-the-badge%26logo%3Dko-fi%26logoColor%3Dwhite" alt="Ko-Fi" width="79" height="28"&gt;&lt;/a&gt;&lt;a href="https://github.com/sponsors/muhammad-fiaz"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--W-oImbVK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://img.shields.io/badge/Sponsor-%25231EAEDB.svg%3F%26style%3Dfor-the-badge%26logo%3DGitHub-Sponsors%26logoColor%3Dwhite" alt="Sponsor muhammad-fiaz" width="107" height="28"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Your support means a lot and keeps the project going!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
Thank you for checking out this Next.js starter template. I hope it accelerates your development process and brings joy to your coding journey. Feel free to leave feedback, &lt;a href="https://github.com/muhammad-fiaz/nextjs-app/"&gt;star the GitHub repository&lt;/a&gt;, or follow me on &lt;a href="https://dev.to/muhammadfiaz"&gt;Dev.to&lt;/a&gt; and &lt;a href="https://github.com/muhammad-fiaz"&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Stay tuned for updates and happy coding! 🚀&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>typescript</category>
      <category>javascript</category>
      <category>react</category>
    </item>
  </channel>
</rss>
