https://github.com/stephane-klein/svelte-ssr-postcss-postgres-poc
Svelte + SSR + PostCSS + PostgreSQL
https://github.com/stephane-klein/svelte-ssr-postcss-postgres-poc
poc postcss postgresql ssr svelte
Last synced: 3 months ago
JSON representation
Svelte + SSR + PostCSS + PostgreSQL
- Host: GitHub
- URL: https://github.com/stephane-klein/svelte-ssr-postcss-postgres-poc
- Owner: stephane-klein
- Created: 2022-04-10T22:50:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T11:05:28.000Z (over 3 years ago)
- Last Synced: 2025-01-28T11:29:41.324Z (over 1 year ago)
- Topics: poc, postcss, postgresql, ssr, svelte
- Language: JavaScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte + SSR + PostCSS + PostgreSQL
```
$ asdf install
```
```sh
$ docker compose up -d postgres
$ ./scripts/seed.sh
$ ./scripts/fixtures.sh
$ pnpm install
$ pnpm run dev
```
Go to http://127.0.0.1:3000/
## Test build version
```
$ docker compose build
$ docker compose up -d
```
Go to http://127.0.0.1:3000/