Skip to content

filipelbc/svelte-postgraphile-boilerplate

Repository files navigation

Svelte + PostGraphile Boilerplate

What’s in here?

Web App

  • ✔️ Svelte
  • ✔️ Bulma
  • ✔️ Typescript
  • ✔️ GraphQL Codegen

Details in ./client/README.org.

Web Server

Details in ./server/README.org.

Database

Details in ./sql/README.org.

Background Tasks

Details in ./worker/README.org.

CI

  • ✔️ Gitlab CI
  • ✔️ Custom docker images on Gitlab Repository
  • ✔️ Check GraphQL schema is up-to-date
  • ✔️ Check code is formatted using Prettier
  • ✔️ Check code builds
  • ✔️ Check PL/pgSQL code