Monorepo template for creating a web application.
href
and src
paths))eslint --fix
and prettier
when saving with VS Codeapps/
nhost
mockup
[Demo]story
web
[Demo]packages/
ui
tailwind-preset-base
tailwind.config.js
and global.css
.eslint-config-custom
eslint
configurations. (w/ prettier-plugin-svelte + eslint-config-[prettier|turbo])apps/web
): Next.js → SvelteKitnextjs-template
→ webapp-template
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
1337
: apps/nhost/
- Hasura3030
: Nhost Dashboard5432
: Postgres8080
: GraphQL Endpoint8025
: MailHog9695
: Hasura Console5173
: apps/web/
- SvelteKit application6006
: apps/story/
- Storybook8000
: apps/mockup/
- Static site49160
: apps/mockup/
- Express serverIf you need to prepare GitHub / Vercel environment, you need to set all environment variables (.env
items) in each service.