An edgy todo list. 🤠
Donex is a showcase of a bunch of cool technologies. It's a demo, a PoC, and a template. It's also part of my upcoming talk in React Norway 🇳🇴 (tickets still available).
Prepare your buzzword bingo, here’s our stack and architecture:
-
💿 Remix
-
🦋 Xata
-
🦕 Deno
-
☁️ Netlify Edge
...maybe I’m not done yet. 😏
-
Add a new database named
donex
in your Xata dashboard -
You can use the
schema.json
to create the necessary tables -
With the Xata Shell install, run
xata init
and connect the project to the database -
npm run xata-codegen
will create typescript types, and a file forXataClient
-
Create an
.env
and add your credentials (you can use.env.template
as reference) -
npm run dev
will start the app on 3000