Skip to content

Latest commit

History

History
74 lines (47 loc) 路 2 KB

File metadata and controls

74 lines (47 loc) 路 2 KB

Logo

Todos App (React + ElysiaJS)

A simple starter fullstack todos app built using react and elysia with bun as the runtime. This project is purposefully kept minimal so that it can be used as a starting point for beginners-intermediate level developers.

馃捇 Client

Uses the following tech stack.

馃寪 Server

Uses the following tech stack.

馃獎 Other Goodies

馃殌 Usage

馃摝 Installing Dependencies

Run this command from the root directory.

bun install

馃煟 Starting Backend

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

馃數 Starting Frontend

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 !!!

todos-react-elysia.mp4

馃崁 Show your Support

Give a 猸愶笍 if this project helped you!