|
|
|
|
|
by idle_zealot
489 days ago
|
|
The tech to quickly spin up MVP apps has been around for a while now. It gets you from a troubling blank slate to something with structure, something you can shape and build on. I am of course talking about npx create-{template name}
Or your language of choice's equivalent (or git clone template-repo). |
|