Air Quality Sensor - dashboard, device firmware, backend.
Go to file
2024-05-31 15:38:54 +08:00
apps/web feat(web): basic version of Turbo monorepo with SvelteKit app for backend and dashboard 2024-03-21 17:06:15 +08:00
packages feat(web): basic version of Turbo monorepo with SvelteKit app for backend and dashboard 2024-03-21 17:06:15 +08:00
.dockerignore feat(web): basic version of Turbo monorepo with SvelteKit app for backend and dashboard 2024-03-21 17:06:15 +08:00
.env feat(web): basic version of Turbo monorepo with SvelteKit app for backend and dashboard 2024-03-21 17:06:15 +08:00
.env.example feat(web): basic version of Turbo monorepo with SvelteKit app for backend and dashboard 2024-03-21 17:06:15 +08:00
.env.prod feat(web): basic version of Turbo monorepo with SvelteKit app for backend and dashboard 2024-03-21 17:06:15 +08:00
.eslintrc.cjs feat(create-turbo): create with-svelte 2024-03-19 20:11:01 +08:00
.gitignore env(.gitignore): add ".idea" 2024-05-31 15:38:54 +08:00
.npmrc feat(create-turbo): create with-svelte 2024-03-19 20:11:01 +08:00
.prettierignore feat(create-turbo): create with-svelte 2024-03-19 20:11:01 +08:00
.prettierrc feat(create-turbo): create with-svelte 2024-03-19 20:11:01 +08:00
dev.compose.yml feat(web): basic version of Turbo monorepo with SvelteKit app for backend and dashboard 2024-03-21 17:06:15 +08:00
package.json feat(web): basic version of Turbo monorepo with SvelteKit app for backend and dashboard 2024-03-21 17:06:15 +08:00
pnpm-lock.yaml feat(web): basic version of Turbo monorepo with SvelteKit app for backend and dashboard 2024-03-21 17:06:15 +08:00
pnpm-workspace.yaml feat(create-turbo): create with-svelte 2024-03-19 20:11:01 +08:00
prod.compose.yml feat(web): basic version of Turbo monorepo with SvelteKit app for backend and dashboard 2024-03-21 17:06:15 +08:00
prod.deploy.files.txt feat(web): basic version of Turbo monorepo with SvelteKit app for backend and dashboard 2024-03-21 17:06:15 +08:00
README.md feat(create-turbo): create with-svelte 2024-03-19 20:11:01 +08:00
turbo.json feat(create-turbo): create with-svelte 2024-03-19 20:11:01 +08:00

Turborepo Svelte starter

This is an official starter Turborepo.

Using this example

Run the following command:

npx create-turbo@latest -e with-svelte

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • docs: a svelte-kit app
  • web: another svelte-kit app
  • ui: a stub Svelte component library shared by both web and docs applications
  • eslint-config-custom: eslint configurations (includes eslint-plugin-svelte and eslint-config-prettier)

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you: