Shipped a side project
Released a template
In one of my previous posts I mentioned that I frequently use Next.js.

This means that every time I want to use it, I have to use the CLI to create a project, set up all the tooling and so on OR I could just create a template, do it once and then never again! :D

Enter Ponjimon/nextjs-typescript-template

It's nothing special, just the basic TypeScript starter from Next.js with some additional sugar I need to start my day.

On bord we can find my favorite eslint and prettier rules along with some other cool dependencies to make my life easier.

I also love using styled-components for styling my components. It's a wonderful tool created by Max Stoiber.

Well, and that's about it! Feel free to use it!