WebApp Template (mockup)

A starting point for building a static site.

What's inside?

Uses

Apps and Packages

apps/

  • nhost
    Local environment test server and production Nhost migration.
  • mockup
    A starting point for building a static site.
  • web
    A starting point for building Svelte application.
    SvelteKit (w/ )
    Nhost / Vitest

packages/

Commands

pnpm i  # Resolve dependency packages and prepare .env files
# Then set up /.env

pnpm build   # Build all apps and packages
pnpm dev     # Set up file monitoring builds and local servers for development
pnpm lint    # eslint + markuplint | prettier --check
pnpm test    # Testing
pnpm format  # eslint --fix + prettier --write + format project-words.txt