Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/omlanke/react-express-bun-template

React + TailwindCSS + Vite + Express on Bun
https://github.com/omlanke/react-express-bun-template

bun express expressjs react reactjs tailwind tailwindcss vite vitejs vitejs-react

Last synced: about 2 months ago
JSON representation

React + TailwindCSS + Vite + Express on Bun

Awesome Lists containing this project

README

        

# React + TailwindCSS + Vite + Express on Bun.js

This template provides a minimal setup to get React working in Vite with ExpressJS backend on Bun.js.

## How to use
- ### Frontend code in `frontend` directory
- Typical Vite structure with `src` and `public` folders
- ### Backend code in `backend` directory
- Setup as you like, including routers, middlewares, models, etc.

## To Run
- ### During development
- Frontend - `bun run dev` (acessible through port `5173`)
- Backend - `bun run backend` (accessible through port `3000`)
- ### Build and Run
- `bun run server`

- Website will now be available at