<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Skolaczk on Medium]]></title>
        <description><![CDATA[Stories by Skolaczk on Medium]]></description>
        <link>https://medium.com/@skolakmichal1?source=rss-31be035a277------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*EH3LicGLHpoU6PsWdd2u-g.png</url>
            <title>Stories by Skolaczk on Medium</title>
            <link>https://medium.com/@skolakmichal1?source=rss-31be035a277------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Tue, 26 May 2026 22:58:42 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@skolakmichal1/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Next.js starter template 2.0]]></title>
            <link>https://medium.com/@skolakmichal1/next-js-starter-template-2-0-5161fe70286c?source=rss-31be035a277------2</link>
            <guid isPermaLink="false">https://medium.com/p/5161fe70286c</guid>
            <category><![CDATA[javascript]]></category>
            <category><![CDATA[web-development]]></category>
            <category><![CDATA[nextjs]]></category>
            <category><![CDATA[tailwind-css]]></category>
            <category><![CDATA[react]]></category>
            <dc:creator><![CDATA[Skolaczk]]></dc:creator>
            <pubDate>Sun, 15 Jun 2025 17:38:56 GMT</pubDate>
            <atom:updated>2025-06-15T17:38:56.467Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*6RxymFNVpVLZQEtUlBYbvA.jpeg" /></figure><p>Hi,<br>I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env.</p><p>I want to create a CLI for this project in the near future. What technologies that are not included in the project could be added?</p><p>If you liked the project, I will appreciate if you leave a star. 🌟</p><p><a href="https://github.com/Skolaczk/next-starter">https://github.com/Skolaczk/next-starter</a></p><h3>Overview</h3><p>A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.</p><h3>Features</h3><ul><li>🚀 Next.js 15 (App router)</li><li>⚛️ React 19</li><li>📘 Typescript</li><li>🎨 Tailwind CSS 4— Class sorting, merging and linting</li><li>🛠️ Shadcn/ui — Customizable UI components</li><li>🔒 Next-auth — Easy authentication library for Next.js (GitHub provider)</li><li>💵 Stripe — Payment handler</li><li>🛡️ Drizzle — ORM for node.js</li><li>📋 React-hook-form — Manage your forms easy and efficient</li><li>🔍 Zod — Schema validation library</li><li>🧪 Jest &amp; React Testing Library — Configured for unit testing</li><li>🎭 Playwright — Configured for e2e testing</li><li>📈 Absolute Import &amp; Path Alias — Import components using @/ prefix</li><li>💅 Prettier — Code formatter</li><li>🧹 Eslint — Code linting tool</li><li>🐶 Husky &amp; Lint Staged — Run scripts on your staged files before they are committed</li><li>🔹 Icons — From Lucide</li><li>🌑 Dark mode — With next-themes</li><li>🗺️ Sitemap &amp; robots.txt — With next-sitemap</li><li>📝 Commitlint — Lint your git commits</li><li>🤖 Github actions — Lint your code on PR</li><li>⚙️ T3-env — Manage your environment variables</li><li>💯 Perfect Lighthouse score</li><li>🌐 I18n with Paraglide</li></ul><h3>🚀 Deployment</h3><h3>Getting started</h3><h4>1. Clone this template in one of three ways</h4><ul><li>Using this repository as template</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/800/1*ZLkSqjeYKEA5EtVicOUK4A.jpeg" /></figure><ul><li>Using create-next-app</li></ul><pre>npx create-next-app -e https://github.com/Skolaczk/next-starter my-project-name</pre><ul><li>Using git clone</li></ul><pre>git clone https://github.com/Skolaczk/next-starter my-project-name</pre><h4>2. Install dependencies</h4><pre>npm install</pre><h4>3. Prepare husky</h4><p>It is required if you want husky to work</p><pre>npm run prepare</pre><h4>4. Run the dev server</h4><p>You can start the server using this command:</p><pre>npm run dev</pre><p>and open <a href="http://localhost:3000/">http://localhost:3000/</a> to see this app.</p><p>If you liked the project, I will appreciate if you leave a star. 🌟😊</p><p>Made by <a href="https://michalskolak.netlify.app/">Michał Skolak</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=5161fe70286c" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Portfolio website in Next.js]]></title>
            <link>https://medium.com/@skolakmichal1/portfolio-website-in-next-4cd8201ce03d?source=rss-31be035a277------2</link>
            <guid isPermaLink="false">https://medium.com/p/4cd8201ce03d</guid>
            <category><![CDATA[webdev]]></category>
            <category><![CDATA[react]]></category>
            <category><![CDATA[tailwind-css]]></category>
            <category><![CDATA[nextjs]]></category>
            <category><![CDATA[portfolio]]></category>
            <dc:creator><![CDATA[Skolaczk]]></dc:creator>
            <pubDate>Wed, 09 Apr 2025 15:30:32 GMT</pubDate>
            <atom:updated>2025-04-09T15:30:53.980Z</atom:updated>
            <content:encoded><![CDATA[<p>Hi,</p><p>I created my personal portfolio website using Next.js, Tailwind CSS, Framer-motion and others tools.</p><p>Therefore, I would like to ask for feedback.</p><p>If you liked the project, I will appreciate if you leave a star. 🌟</p><p>[<a href="https://michalskolak.vercel.app/](https://michalskolak.vercel.app/)">https://michalskolak.vercel.app/](https://michalskolak.vercel.app/)</a><br>[<a href="https://github.com/Skolaczk/Portfolio](https://github.com/Skolaczk/Portfolio)">https://github.com/Skolaczk/Portfolio](https://github.com/Skolaczk/Portfolio)</a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*JSfid2828kwL5gKBHlpDhg.png" /></figure><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=4cd8201ce03d" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Next.js starter template]]></title>
            <link>https://medium.com/@skolakmichal1/next-js-starter-template-5e7f739802b1?source=rss-31be035a277------2</link>
            <guid isPermaLink="false">https://medium.com/p/5e7f739802b1</guid>
            <category><![CDATA[web-development]]></category>
            <category><![CDATA[nextjs]]></category>
            <category><![CDATA[react]]></category>
            <category><![CDATA[tailwind-css]]></category>
            <category><![CDATA[javascript]]></category>
            <dc:creator><![CDATA[Skolaczk]]></dc:creator>
            <pubDate>Fri, 13 Dec 2024 19:50:05 GMT</pubDate>
            <atom:updated>2024-12-13T19:50:05.184Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5XCMHoPiYD23J9L2gxIhFg.png" /></figure><p>Hi,<br>I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env.</p><p>I want to create a CLI for this project in the near future. What technologies that are not included in the project could be added?</p><p>If you liked the project, I will appreciate if you leave a star. 🌟</p><p><a href="https://github.com/Skolaczk/next-starter">https://github.com/Skolaczk/next-starter</a></p><h3>Overview</h3><p>A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.</p><h3>Features</h3><ul><li>🚀 Next.js 15 (App router)</li><li>⚛️ React 19</li><li>📘 Typescript</li><li>🎨 TailwindCSS — Class sorting, merging and linting</li><li>🛠️ Shadcn/ui — Customizable UI components</li><li>🔒 Next-auth — Easy authentication library for Next.js (GitHub provider)</li><li>💵 Stripe — Payment handler</li><li>🛡️ Prisma — ORM for node.js</li><li>📋 React-hook-form — Manage your forms easy and efficient</li><li>🔍 Zod — Schema validation library</li><li>🧪 Jest &amp; React Testing Library — Configured for unit testing</li><li>🎭 Playwright — Configured for e2e testing</li><li>📈 Absolute Import &amp; Path Alias — Import components using @/ prefix</li><li>💅 Prettier — Code formatter</li><li>🧹 Eslint — Code linting tool</li><li>🐶 Husky &amp; Lint Staged — Run scripts on your staged files before they are committed</li><li>🔹 Icons — From Lucide</li><li>🌑 Dark mode — With next-themes</li><li>🗺️ Sitemap &amp; robots.txt — With next-sitemap</li><li>📝 Commitlint — Lint your git commits</li><li>🤖 Github actions — Lint your code on PR</li><li>⚙️ T3-env — Manage your environment variables</li><li>💯 Perfect Lighthouse score</li><li>🌐 I18n with Paraglide</li></ul><h3>🚀 Deployment</h3><h3>Getting started</h3><h4>1. Clone this template in one of three ways</h4><ul><li>Using this repository as template</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/800/1*ZLkSqjeYKEA5EtVicOUK4A.jpeg" /></figure><ul><li>Using create-next-app</li></ul><pre>npx create-next-app -e https://github.com/Skolaczk/next-starter my-project-name</pre><ul><li>Using git clone</li></ul><pre>git clone https://github.com/Skolaczk/next-starter my-project-name</pre><h4>2. Install dependencies</h4><pre>npm install</pre><h4>3. Prepare husky</h4><p>It is required if you want husky to work</p><pre>npm run prepare</pre><h4>4. Run the dev server</h4><p>You can start the server using this command:</p><pre>npm run dev</pre><p>and open <a href="http://localhost:3000/">http://localhost:3000/</a> to see this app.</p><p>If you liked the project, I will appreciate if you leave a star. 🌟😊</p><p>Made by <a href="https://michalskolak.netlify.app/">Michał Skolak</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=5e7f739802b1" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Next.js starter template]]></title>
            <link>https://medium.com/@skolakmichal1/next-js-starter-template-4c359f9992b4?source=rss-31be035a277------2</link>
            <guid isPermaLink="false">https://medium.com/p/4c359f9992b4</guid>
            <category><![CDATA[tailwind-css]]></category>
            <category><![CDATA[react]]></category>
            <category><![CDATA[javascript]]></category>
            <category><![CDATA[web-development]]></category>
            <category><![CDATA[nextjs]]></category>
            <dc:creator><![CDATA[Skolaczk]]></dc:creator>
            <pubDate>Tue, 08 Oct 2024 19:30:18 GMT</pubDate>
            <atom:updated>2024-10-08T19:30:18.153Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5XCMHoPiYD23J9L2gxIhFg.png" /></figure><p>Hi,<br>I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env.</p><p>I want to create a CLI for this project in the near future. What technologies that are not included in the project could be added?</p><p>If you liked the project, I will appreciate if you leave a star. 🌟</p><p><a href="https://github.com/Skolaczk/next-starter">https://github.com/Skolaczk/next-starter</a></p><h3>Overview</h3><p>A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.</p><h3>Features</h3><ul><li>🚀 Next.js 14 (App router)</li><li>⚛️ React 18</li><li>📘 Typescript</li><li>🎨 TailwindCSS — Class sorting, merging and linting</li><li>🛠️ Shadcn/ui — Customizable UI components</li><li>🔒 Next-auth — Easy authentication library for Next.js (GitHub provider)</li><li>💵 Stripe — Payment handler</li><li>🛡️ Prisma — ORM for node.js</li><li>📋 React-hook-form — Manage your forms easy and efficient</li><li>🔍 Zod — Schema validation library</li><li>🧪 Jest &amp; React Testing Library — Configured for unit testing</li><li>🎭 Playwright — Configured for e2e testing</li><li>📈 Absolute Import &amp; Path Alias — Import components using @/ prefix</li><li>💅 Prettier — Code formatter</li><li>🧹 Eslint — Code linting tool</li><li>🐶 Husky &amp; Lint Staged — Run scripts on your staged files before they are committed</li><li>🔹 Icons — From Lucide</li><li>🌑 Dark mode — With next-themes</li><li>🗺️ Sitemap &amp; robots.txt — With next-sitemap</li><li>📝 Commitlint — Lint your git commits</li><li>🤖 Github actions — Lint your code on PR</li><li>⚙️ T3-env — Manage your environment variables</li><li>💯 Perfect Lighthouse score</li><li>🌐 I18n with Paraglide</li></ul><h3>🚀 Deployment</h3><h3>Getting started</h3><h4>1. Clone this template in one of three ways</h4><ul><li>Using this repository as template</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/800/1*ZLkSqjeYKEA5EtVicOUK4A.jpeg" /></figure><ul><li>Using create-next-app</li></ul><pre>npx create-next-app -e https://github.com/Skolaczk/next-starter my-project-name</pre><ul><li>Using git clone</li></ul><pre>git clone https://github.com/Skolaczk/next-starter my-project-name</pre><h4>2. Install dependencies</h4><pre>npm install</pre><h4>3. Prepare husky</h4><p>It is required if you want husky to work</p><pre>npm run prepare</pre><h4>4. Run the dev server</h4><p>You can start the server using this command:</p><pre>npm run dev</pre><p>and open <a href="http://localhost:3000/">http://localhost:3000/</a> to see this app.</p><p>If you liked the project, I will appreciate if you leave a star. 🌟😊</p><p>Made by <a href="https://michalskolak.netlify.app/">Michał Skolak</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=4c359f9992b4" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Next.js starter template]]></title>
            <link>https://medium.com/@skolakmichal1/next-js-starter-template-e94d880ecc13?source=rss-31be035a277------2</link>
            <guid isPermaLink="false">https://medium.com/p/e94d880ecc13</guid>
            <category><![CDATA[react]]></category>
            <category><![CDATA[webdev]]></category>
            <category><![CDATA[tailwind-css]]></category>
            <category><![CDATA[javascript]]></category>
            <category><![CDATA[nextjs]]></category>
            <dc:creator><![CDATA[Skolaczk]]></dc:creator>
            <pubDate>Tue, 27 Aug 2024 19:28:23 GMT</pubDate>
            <atom:updated>2024-08-27T19:28:23.979Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5XCMHoPiYD23J9L2gxIhFg.png" /></figure><p>Hi,<br>I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env.</p><p>I want to create a CLI for this project in the near future. What technologies that are not included in the project could be added?</p><p>If you liked the project, I will appreciate if you leave a star. 🌟</p><p><a href="https://github.com/Skolaczk/next-starter">https://github.com/Skolaczk/next-starter</a></p><h3>Overview</h3><p>A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.</p><h3>Features</h3><ul><li>🚀 Next.js 14 (App router)</li><li>⚛️ React 18</li><li>📘 Typescript</li><li>🎨 TailwindCSS — Class sorting, merging and linting</li><li>🛠️ Shadcn/ui — Customizable UI components</li><li>🔒 Next-auth — Easy authentication library for Next.js (GitHub provider)</li><li>💵 Stripe — Payment handler</li><li>🛡️ Prisma — ORM for node.js</li><li>📋 React-hook-form — Manage your forms easy and efficient</li><li>🔍 Zod — Schema validation library</li><li>🧪 Jest &amp; React Testing Library — Configured for unit testing</li><li>🎭 Playwright — Configured for e2e testing</li><li>📈 Absolute Import &amp; Path Alias — Import components using @/ prefix</li><li>💅 Prettier — Code formatter</li><li>🧹 Eslint — Code linting tool</li><li>🐶 Husky &amp; Lint Staged — Run scripts on your staged files before they are committed</li><li>🔹 Icons — From Lucide</li><li>🌑 Dark mode — With next-themes</li><li>🗺️ Sitemap &amp; robots.txt — With next-sitemap</li><li>📝 Commitlint — Lint your git commits</li><li>🤖 Github actions — Lint your code on PR</li><li>⚙️ T3-env — Manage your environment variables</li><li>💯 Perfect Lighthouse score</li><li>🌐 I18n with Paraglide</li></ul><h3>🚀 Deployment</h3><h3>Getting started</h3><h4>1. Clone this template in one of three ways</h4><ul><li>Using this repository as template</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/800/1*ZLkSqjeYKEA5EtVicOUK4A.jpeg" /></figure><ul><li>Using create-next-app</li></ul><pre>npx create-next-app -e https://github.com/Skolaczk/next-starter my-project-name</pre><ul><li>Using git clone</li></ul><pre>git clone https://github.com/Skolaczk/next-starter my-project-name</pre><h4>2. Install dependencies</h4><pre>npm install</pre><h4>3. Prepare husky</h4><p>It is required if you want husky to work</p><pre>npm run prepare</pre><h4>4. Run the dev server</h4><p>You can start the server using this command:</p><pre>npm run dev</pre><p>and open <a href="http://localhost:3000/">http://localhost:3000/</a> to see this app.</p><p>If you liked the project, I will appreciate if you leave a star. 🌟😊</p><p>Made by <a href="https://michalskolak.netlify.app/">Michał Skolak</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=e94d880ecc13" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Next.js starter template]]></title>
            <link>https://medium.com/@skolakmichal1/next-js-starter-template-0918576f5d54?source=rss-31be035a277------2</link>
            <guid isPermaLink="false">https://medium.com/p/0918576f5d54</guid>
            <category><![CDATA[react]]></category>
            <category><![CDATA[tailwind-css]]></category>
            <category><![CDATA[javascript]]></category>
            <category><![CDATA[webdev]]></category>
            <category><![CDATA[nextjs]]></category>
            <dc:creator><![CDATA[Skolaczk]]></dc:creator>
            <pubDate>Thu, 25 Jul 2024 19:31:54 GMT</pubDate>
            <atom:updated>2024-07-25T19:31:54.570Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5XCMHoPiYD23J9L2gxIhFg.png" /></figure><p>Hi,<br>I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env.</p><p>I want to create a CLI for this project in the near future. What technologies that are not included in the project could be added?</p><p>If you liked the project, I will appreciate if you leave a star. 🌟</p><p><a href="https://github.com/Skolaczk/next-starter">https://github.com/Skolaczk/next-starter</a></p><h3>Overview</h3><p>A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.</p><h3>Features</h3><ul><li>🚀 Next.js 14 (App router)</li><li>⚛️ React 18</li><li>📘 Typescript</li><li>🎨 TailwindCSS — Class sorting, merging and linting</li><li>🛠️ Shadcn/ui — Customizable UI components</li><li>🔒 Next-auth — Easy authentication library for Next.js (GitHub provider)</li><li>💵 Stripe — Payment handler</li><li>🛡️ Prisma — ORM for node.js</li><li>📋 React-hook-form — Manage your forms easy and efficient</li><li>🔍 Zod — Schema validation library</li><li>🧪 Jest &amp; React Testing Library — Configured for unit testing</li><li>🎭 Playwright — Configured for e2e testing</li><li>📈 Absolute Import &amp; Path Alias — Import components using @/ prefix</li><li>💅 Prettier — Code formatter</li><li>🧹 Eslint — Code linting tool</li><li>🐶 Husky &amp; Lint Staged — Run scripts on your staged files before they are committed</li><li>🔹 Icons — From Lucide</li><li>🌑 Dark mode — With next-themes</li><li>🗺️ Sitemap &amp; robots.txt — With next-sitemap</li><li>📝 Commitlint — Lint your git commits</li><li>🤖 Github actions — Lint your code on PR</li><li>⚙️ T3-env — Manage your environment variables</li><li>💯 Perfect Lighthouse score</li><li>🌐 I18n with Paraglide</li></ul><h3>🚀 Deployment</h3><h3>Getting started</h3><h4>1. Clone this template in one of three ways</h4><ul><li>Using this repository as template</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/800/1*ZLkSqjeYKEA5EtVicOUK4A.jpeg" /></figure><ul><li>Using create-next-app</li></ul><pre>npx create-next-app -e https://github.com/Skolaczk/next-starter my-project-name</pre><ul><li>Using git clone</li></ul><pre>git clone https://github.com/Skolaczk/next-starter my-project-name</pre><h4>2. Install dependencies</h4><pre>npm install</pre><h4>3. Prepare husky</h4><p>It is required if you want husky to work</p><pre>npm run prepare</pre><h4>4. Run the dev server</h4><p>You can start the server using this command:</p><pre>npm run dev</pre><p>and open <a href="http://localhost:3000/">http://localhost:3000/</a> to see this app.</p><p>If you liked the project, I will appreciate if you leave a star. 🌟😊</p><p>Made by <a href="https://michalskolak.netlify.app/">Michał Skolak</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=0918576f5d54" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Next.js starter template]]></title>
            <link>https://medium.com/@skolakmichal1/next-js-starter-template-44ba4efc9280?source=rss-31be035a277------2</link>
            <guid isPermaLink="false">https://medium.com/p/44ba4efc9280</guid>
            <category><![CDATA[tailwind-css]]></category>
            <category><![CDATA[nextjs]]></category>
            <category><![CDATA[javascript]]></category>
            <category><![CDATA[react]]></category>
            <category><![CDATA[webdev]]></category>
            <dc:creator><![CDATA[Skolaczk]]></dc:creator>
            <pubDate>Wed, 26 Jun 2024 19:16:37 GMT</pubDate>
            <atom:updated>2024-06-26T19:16:37.106Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5XCMHoPiYD23J9L2gxIhFg.png" /></figure><p>Hi,<br>I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env.</p><p>I want to create a CLI for this project in the near future. What technologies that are not included in the project could be added?</p><p>If you liked the project, I will appreciate if you leave a star. 🌟</p><p><a href="https://github.com/Skolaczk/next-starter">https://github.com/Skolaczk/next-starter</a></p><h3>Overview</h3><p>A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.</p><h3>Features</h3><ul><li>🚀 Next.js 14 (App router)</li><li>⚛️ React 18</li><li>📘 Typescript</li><li>🎨 TailwindCSS — Class sorting, merging and linting</li><li>🛠️ Shadcn/ui — Customizable UI components</li><li>🔒 Next-auth — Easy authentication library for Next.js (GitHub provider)</li><li>💵 Stripe — Payment handler</li><li>🛡️ Prisma — ORM for node.js</li><li>📋 React-hook-form — Manage your forms easy and efficient</li><li>🔍 Zod — Schema validation library</li><li>🧪 Jest &amp; React Testing Library — Configured for unit testing</li><li>🎭 Playwright — Configured for e2e testing</li><li>📈 Absolute Import &amp; Path Alias — Import components using @/ prefix</li><li>💅 Prettier — Code formatter</li><li>🧹 Eslint — Code linting tool</li><li>🐶 Husky &amp; Lint Staged — Run scripts on your staged files before they are committed</li><li>🔹 Icons — From Lucide</li><li>🌑 Dark mode — With next-themes</li><li>🗺️ Sitemap &amp; robots.txt — With next-sitemap</li><li>📝 Commitlint — Lint your git commits</li><li>🤖 Github actions — Lint your code on PR</li><li>⚙️ T3-env — Manage your environment variables</li><li>💯 Perfect Lighthouse score</li><li>🌐 I18n with Paraglide</li></ul><h3>🚀 Deployment</h3><h3>Getting started</h3><h4>1. Clone this template in one of three ways</h4><ul><li>Using this repository as template</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/800/1*ZLkSqjeYKEA5EtVicOUK4A.jpeg" /></figure><ul><li>Using create-next-app</li></ul><pre>npx create-next-app -e https://github.com/Skolaczk/next-starter my-project-name</pre><ul><li>Using git clone</li></ul><pre>git clone https://github.com/Skolaczk/next-starter my-project-name</pre><h4>2. Install dependencies</h4><pre>npm install</pre><h4>3. Prepare husky</h4><p>It is required if you want husky to work</p><pre>npm run prepare</pre><h4>4. Run the dev server</h4><p>You can start the server using this command:</p><pre>npm run dev</pre><p>and open <a href="http://localhost:3000/">http://localhost:3000/</a> to see this app.</p><p>If you liked the project, I will appreciate if you leave a star. 🌟😊</p><p>Made by <a href="https://michalskolak.netlify.app/">Michał Skolak</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=44ba4efc9280" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Next.js starter template]]></title>
            <link>https://medium.com/@skolakmichal1/next-js-starter-template-73dc7780f4c6?source=rss-31be035a277------2</link>
            <guid isPermaLink="false">https://medium.com/p/73dc7780f4c6</guid>
            <category><![CDATA[web-development]]></category>
            <category><![CDATA[nextjs]]></category>
            <category><![CDATA[tailwind-css]]></category>
            <category><![CDATA[javascript]]></category>
            <category><![CDATA[react]]></category>
            <dc:creator><![CDATA[Skolaczk]]></dc:creator>
            <pubDate>Tue, 28 May 2024 18:27:52 GMT</pubDate>
            <atom:updated>2024-05-28T18:27:52.814Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5XCMHoPiYD23J9L2gxIhFg.png" /></figure><p>Hi,<br>I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env.</p><p>I want to create a CLI for this project in the near future. What technologies that are not included in the project could be added?</p><p>If you liked the project, I will appreciate if you leave a star. 🌟</p><p><a href="https://github.com/Skolaczk/next-starter">https://github.com/Skolaczk/next-starter</a></p><h3>Overview</h3><p>A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.</p><h3>Features</h3><ul><li>🚀 Next.js 14 (App router)</li><li>⚛️ React 18</li><li>📘 Typescript</li><li>🎨 TailwindCSS — Class sorting, merging and linting</li><li>🛠️ Shadcn/ui — Customizable UI components</li><li>🔒 Next-auth — Easy authentication library for Next.js (GitHub provider)</li><li>💵 Stripe — Payment handler</li><li>🛡️ Prisma — ORM for node.js</li><li>📋 React-hook-form — Manage your forms easy and efficient</li><li>🔍 Zod — Schema validation library</li><li>🧪 Jest &amp; React Testing Library — Configured for unit testing</li><li>🎭 Playwright — Configured for e2e testing</li><li>📈 Absolute Import &amp; Path Alias — Import components using @/ prefix</li><li>💅 Prettier — Code formatter</li><li>🧹 Eslint — Code linting tool</li><li>🐶 Husky &amp; Lint Staged — Run scripts on your staged files before they are committed</li><li>🔹 Icons — From Lucide</li><li>🌑 Dark mode — With next-themes</li><li>🗺️ Sitemap &amp; robots.txt — With next-sitemap</li><li>📝 Commitlint — Lint your git commits</li><li>🤖 Github actions — Lint your code on PR</li><li>⚙️ T3-env — Manage your environment variables</li><li>💯 Perfect Lighthouse score</li><li>🌐 I18n with Paraglide</li></ul><h3>🚀 Deployment</h3><h3>Getting started</h3><h4>1. Clone this template in one of three ways</h4><ul><li>Using this repository as template</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/800/1*ZLkSqjeYKEA5EtVicOUK4A.jpeg" /></figure><ul><li>Using create-next-app</li></ul><pre>npx create-next-app -e https://github.com/Skolaczk/next-starter my-project-name</pre><ul><li>Using git clone</li></ul><pre>git clone https://github.com/Skolaczk/next-starter my-project-name</pre><h4>2. Install dependencies</h4><pre>npm install</pre><h4>3. Prepare husky</h4><p>It is required if you want husky to work</p><pre>npm run prepare</pre><h4>4. Run the dev server</h4><p>You can start the server using this command:</p><pre>npm run dev</pre><p>and open <a href="http://localhost:3000/">http://localhost:3000/</a> to see this app.</p><p>If you liked the project, I will appreciate if you leave a star. 🌟😊</p><p>Made by <a href="https://michalskolak.netlify.app/">Michał Skolak</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=73dc7780f4c6" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Next.js starter template]]></title>
            <link>https://medium.com/@skolakmichal1/next-js-starter-template-42ca5d72dba2?source=rss-31be035a277------2</link>
            <guid isPermaLink="false">https://medium.com/p/42ca5d72dba2</guid>
            <category><![CDATA[nextjs]]></category>
            <category><![CDATA[javascript]]></category>
            <category><![CDATA[web-development]]></category>
            <category><![CDATA[react]]></category>
            <category><![CDATA[tailwind-css]]></category>
            <dc:creator><![CDATA[Skolaczk]]></dc:creator>
            <pubDate>Wed, 24 Apr 2024 19:30:13 GMT</pubDate>
            <atom:updated>2024-04-24T19:30:13.717Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5XCMHoPiYD23J9L2gxIhFg.png" /></figure><p>Hi,<br>I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env.</p><p>I want to create a CLI for this project in the near future. What technologies that are not included in the project could be added?</p><p>If you liked the project, I will appreciate if you leave a star. 🌟</p><p><a href="https://github.com/Skolaczk/next-starter">https://github.com/Skolaczk/next-starter</a></p><h3>Overview</h3><p>A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.</p><h3>Features</h3><ul><li>🚀 Next.js 14 (App router)</li><li>⚛️ React 18</li><li>📘 Typescript</li><li>🎨 TailwindCSS — Class sorting, merging and linting</li><li>🛠️ Shadcn/ui — Customizable UI components</li><li>🔒 Next-auth — Easy authentication library for Next.js (GitHub provider)</li><li>🛡️ Prisma — ORM for node.js</li><li>📋 React-hook-form — Manage your forms easy and efficient</li><li>🔍 Zod — Schema validation library</li><li>🧪 Jest &amp; React Testing Library — Configured for unit testing</li><li>🎭 Playwright — Configured for e2e testing</li><li>📈 Absolute Import &amp; Path Alias — Import components using @/ prefix</li><li>💅 Prettier — Code formatter</li><li>🧹 Eslint — Code linting tool</li><li>🐶 Husky &amp; Lint Staged — Run scripts on your staged files before they are committed</li><li>🔹 Icons — From Lucide</li><li>🌑 Dark mode — With next-themes</li><li>🗺️ Sitemap &amp; robots.txt — With next-sitemap</li><li>📝 Commitlint — Lint your git commits</li><li>🤖 Github actions — Lint your code on PR</li><li>⚙️ T3-env — Manage your environment variables</li><li>💯 Perfect Lighthouse score</li></ul><h3>🚀 Deployment</h3><h3>Getting started</h3><h4>1. Clone this template in one of three ways</h4><ul><li>Using this repository as template</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/800/1*ZLkSqjeYKEA5EtVicOUK4A.jpeg" /></figure><ul><li>Using create-next-app</li></ul><pre>npx create-next-app -e https://github.com/Skolaczk/next-starter my-project-name</pre><ul><li>Using git clone</li></ul><pre>git clone https://github.com/Skolaczk/next-starter my-project-name</pre><h4>2. Install dependencies</h4><pre>npm install</pre><h4>3. Prepare husky</h4><p>It is required if you want husky to work</p><pre>npm run prepare</pre><h4>4. Run the dev server</h4><p>You can start the server using this command:</p><pre>npm run dev</pre><p>and open <a href="http://localhost:3000/">http://localhost:3000/</a> to see this app.</p><p>If you liked the project, I will appreciate if you leave a star. 🌟😊</p><p>Made by <a href="https://michalskolak.netlify.app/">Michał Skolak</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=42ca5d72dba2" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Next.js starter template]]></title>
            <link>https://medium.com/@skolakmichal1/next-js-starter-template-c4c823ffae51?source=rss-31be035a277------2</link>
            <guid isPermaLink="false">https://medium.com/p/c4c823ffae51</guid>
            <category><![CDATA[nextjs]]></category>
            <category><![CDATA[react]]></category>
            <category><![CDATA[web-development]]></category>
            <category><![CDATA[tailwind-css]]></category>
            <category><![CDATA[typescript]]></category>
            <dc:creator><![CDATA[Skolaczk]]></dc:creator>
            <pubDate>Thu, 21 Mar 2024 19:03:02 GMT</pubDate>
            <atom:updated>2024-03-21T19:03:02.792Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5XCMHoPiYD23J9L2gxIhFg.png" /></figure><p>Hi,<br>I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env.</p><p>I want to create a CLI for this project in the near future. What technologies that are not included in the project could be added?</p><p>If you liked the project, I will appreciate if you leave a star. 🌟</p><p><a href="https://github.com/Skolaczk/next-starter">https://github.com/Skolaczk/next-starter</a></p><h3>Overview</h3><p>A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.</p><h3>Features</h3><ul><li>🚀 Next.js 14 (App router)</li><li>⚛️ React 18</li><li>📘 Typescript</li><li>🎨 TailwindCSS — Class sorting, merging and linting</li><li>🛠️ Shadcn/ui — Customizable UI components</li><li>🔒 Next-auth — Easy authentication library for Next.js (GitHub provider)</li><li>🛡️ Prisma — ORM for node.js</li><li>📋 React-hook-form — Manage your forms easy and efficient</li><li>🔍 Zod — Schema validation library</li><li>🧪 Jest &amp; React Testing Library — Configured for unit testing</li><li>🎭 Playwright — Configured for e2e testing</li><li>📈 Absolute Import &amp; Path Alias — Import components using @/ prefix</li><li>💅 Prettier — Code formatter</li><li>🧹 Eslint — Code linting tool</li><li>🐶 Husky &amp; Lint Staged — Run scripts on your staged files before they are committed</li><li>🔹 Icons — From Lucide</li><li>🌑 Dark mode — With next-themes</li><li>🗺️ Sitemap &amp; robots.txt — With next-sitemap</li><li>📝 Commitlint — Lint your git commits</li><li>🤖 Github actions — Lint your code on PR</li><li>⚙️ T3-env — Manage your environment variables</li><li>💯 Perfect Lighthouse score</li></ul><h3>🚀 Deployment</h3><h3>Getting started</h3><h4>1. Clone this template in one of three ways</h4><ul><li>Using this repository as template</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/800/1*ZLkSqjeYKEA5EtVicOUK4A.jpeg" /></figure><ul><li>Using create-next-app</li></ul><pre>npx create-next-app -e https://github.com/Skolaczk/next-starter my-project-name</pre><ul><li>Using git clone</li></ul><pre>git clone https://github.com/Skolaczk/next-starter my-project-name</pre><h4>2. Install dependencies</h4><pre>npm install</pre><h4>3. Prepare husky</h4><p>It is required if you want husky to work</p><pre>npm run prepare</pre><h4>4. Run the dev server</h4><p>You can start the server using this command:</p><pre>npm run dev</pre><p>and open <a href="http://localhost:3000/">http://localhost:3000/</a> to see this app.</p><p>If you liked the project, I will appreciate if you leave a star. 🌟😊</p><p>Made by <a href="https://michalskolak.netlify.app/">Michał Skolak</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=c4c823ffae51" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>