HybridParking
Hybrid WebView playground. Covering both iOS and Android.
Apps and Packages
config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)tsconfig
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
Install
pnpm i
Build
To build all apps and packages, run the following command:
pnpm run build
Develop
To develop all apps and packages, run the following command:
pnpm run dev
Utilities
This turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting