Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/omlanke/react-express-bun-template
- Owner: OmLanke
- Created: 2024-05-30T12:19:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T20:51:18.000Z (7 months ago)
- Last Synced: 2024-06-06T22:19:32.006Z (7 months ago)
- Topics: bun, express, expressjs, react, reactjs, tailwind, tailwindcss, vite, vitejs, vitejs-react
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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