Are there any plans for an Astro starter? It’s perfect for Glitch. https://astro.build/
Many example starters here: astro/examples at main · withastro/astro · GitHub
Are there any plans for an Astro starter? It’s perfect for Glitch. https://astro.build/
Many example starters here: astro/examples at main · withastro/astro · GitHub
I would say for future framework requests of a starter, similar to the Vue starter, go ahead and look at the cli or whatever tools provided and try to create one yourself as it may not be feasible for glitch to officially maintain more starter projects. Simply open up your terminal, do npx <cli tool>
and see where it takes (delete everything but the package.json and package-lock.json if needed). Afterwards, the forum is a nice place to share your results and help any future people who happen to find this thread/topic.
Same goes for the nestjs starter.