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

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

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

***