Air Quality Sensor - dashboard, device firmware, backend.
apps/web | ||
packages | ||
.dockerignore | ||
.env | ||
.env.example | ||
.env.prod | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
dev.compose.yml | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml | ||
prod.compose.yml | ||
prod.deploy.files.txt | ||
README.md | ||
turbo.json |
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 appweb
: another svelte-kit appui
: a stub Svelte component library shared by bothweb
anddocs
applicationseslint-config-custom
:eslint
configurations (includeseslint-plugin-svelte
andeslint-config-prettier
)
Each package/app is 100% TypeScript.
Utilities
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting