The "TAP Stack" is a web development stack focused on simplicity & fast performance. It consists of:
Kind of. We love Astro and we strongly believe in the future of all the technologies mentioned above.
So we made The TAP Stack
to do one thing, get you started with a deployable astro website as fast as possible.
Yes, this repo in itself is already deployed to following platforms:
You can use both npm
npm init astro -- --template codiume/the-tap-stack
Or yarn
yarn create astro -- --template codiume/the-tap-stack
This template repo can be used to scaffold your astro website. Follow these steps to get started:
You can also deploy directly this project to your Vercel account:
/
āāā prisma/
ā āāā schema.prisma
āāā public/
āāā src/
ā āāā pages/
ā āāā index.astro
ā āāā components/
ā āāā Article.astro
āāā package.json
DATABASE_URL
from PlanetScale to your .env
npx prisma db push
Please see contributing.md for details.
The TAP Stack is inspired by t3 and all the amazing work Julius Marminge and the community is doing developing it.