https://github.com/kuc-arc-f/express_36react
express + vite, React MPA sample
https://github.com/kuc-arc-f/express_36react
esbuild express react rolldown vite
Last synced: about 2 months ago
JSON representation
express + vite, React MPA sample
- Host: GitHub
- URL: https://github.com/kuc-arc-f/express_36react
- Owner: kuc-arc-f
- License: mit
- Created: 2024-02-12T23:13:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T09:05:04.000Z (about 1 year ago)
- Last Synced: 2025-10-26T01:21:16.760Z (8 months ago)
- Topics: esbuild, express, react, rolldown, vite
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express_36react
Version: 0.9.1
Author :
date : 2024/02/11
update : 2025/04/08
***
express + vite, React MPA sample
***
### setup
* .env
```
#API_URL
VITE_API_URL=http://localhost
```
***
### build
```
yarn build
yarn dev
```
***
### Sample
* api_test: api sample
* basic_auth: basic auth, express-basic-auth use
* simple_auth: simple auth, user data from .env
***
### blog
https://zenn.dev/knaka0209/books/b1bd883fb8dd95/viewer/c7259d
***