How to build an npx starter template
Our favourite frameworks have starter templates to help us get started with setting up our projects with minimal configuration. Some known examples:
Create React App (npx create-react-app my-app)
Next.js (npx create-next-app@latest)
Remix (npx creat...
petermekhaeil.hashnode.dev3 min read