A simple starter fullstack todos app built with React and ElysiaJS using bunJS. This project is purposefully kept minimal so that it can be used as a starting point for beginners-intermediate level developers.
Uses the following tech stack.
Uses the following tech stack.
Run this command from the root directory.
bun install
To start elysia server, run this command from the ./server directory.
bun run dev
If this is your first time running the server, you'll need to generate the db file with this command.
bun run db:push
To start vite dev server, run this command from the ./client directory.
bun run dev
Yes, run both at the same time, its that simple !!!
Give a ⭐️ if this project helped you!