https://github.com/skychx/hybridparking
Hybrid WebView playground. Covering both iOS and Android.
https://github.com/skychx/hybridparking
Last synced: 11 months ago
JSON representation
Hybrid WebView playground. Covering both iOS and Android.
- Host: GitHub
- URL: https://github.com/skychx/hybridparking
- Owner: skychx
- License: apache-2.0
- Created: 2022-02-19T16:58:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T15:15:56.000Z (over 4 years ago)
- Last Synced: 2025-03-27T20:41:42.665Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 804 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HybridParking
Hybrid WebView playground. Covering both iOS and Android.
### Apps and Packages
- `config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `tsconfig`: `tsconfig.json`s used throughout the monorepo
Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).
### 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](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting