Stack consist of:
- SvelteKit frontend for a modern and cool development experience.
- Nhost for backend, database and authentication/authorization.
- houdini for graphql client.
- tailwindcss to make it all look great.
- docker
- yarn, npm or pnpm
- node (v18)
Start nhost local setup.
cd backend
nhost up
yarn install
Generate types and stores for houdini
yarn run houdini generate
Start your TODO application
yarn dev -o
Now you can login with 'admin@example.com' and 'password' crendentials.