A simple but powerful stack for building fullstack web applications with Bun and ElysiaJS
-
API server with Bun
-
Authentication with Passport
-
Frontend with React and Tailwind CSS
-
Role-based access control with CASL
-
Internationalization with i18next
To install dependencies:
bun install
To run in development mode:
bun dev
To start the server in production mode:
bun start
This project was created using bun init
in bun v1.0.29. Bun is a fast all-in-one JavaScript runtime.