How to make Next.JS starter template.
Who 🥱likes boilerplate code?
no one, we in our inner 🤯mind want to automate 🤖boring, repetitive task👷.
Like writing config files📂. install packages📦, and all.
if you want to automate your next.js setup you can start making your own template for...
abhayprajapati.hashnode.dev1 min read
Mohit Yadav
I Live to create better apps everyday
Nice template. Just a suggestion, the article would have been much better if you could mention something like automatically bumping dependencies to latest, like in package.json, add
"nextjs": "latest"Something like that. I needed a full guide to complete my own template. The article is great though!