Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kuc-arc-f/express_41preact_spa

preact.js SPA + express, file base routing
https://github.com/kuc-arc-f/express_41preact_spa

esbuild express preact vite

Last synced: 22 days ago
JSON representation

preact.js SPA + express, file base routing

Awesome Lists containing this project

README

        

# express_41preact_spa

Version: 0.9.2

Author  : Kouji Nakashima / kuc-arc-f.com

date    : 2024/02/21

update : 2024/05/26

***

Preact.js SPA + express, file base routing

***
### build

```
yarn build

#dev
yarn dev

```

***
### Sample

* api_test: api sample

* basic_auth: basic auth, express-basic-auth use

* simple_auth: simple auth, user data from .env

* tailwindcss: css sample

* turso_test: Turso, LibSQL sample

***
### blog

https://zenn.dev/knaka0209/books/b1bd883fb8dd95/viewer/c932f7

***