https://github.com/belchenkov/react-ionic-ts-view-courses
Build App "View Courses" usage React + Ionic 5 + Typescript
https://github.com/belchenkov/react-ionic-ts-view-courses
Last synced: 11 months ago
JSON representation
Build App "View Courses" usage React + Ionic 5 + Typescript
- Host: GitHub
- URL: https://github.com/belchenkov/react-ionic-ts-view-courses
- Owner: Belchenkov
- Created: 2020-08-06T06:41:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T15:25:17.000Z (almost 5 years ago)
- Last Synced: 2025-01-05T07:23:45.370Z (about 1 year ago)
- Language: TypeScript
- Size: 191 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# View Courses (React/Ionic/TS)
> Build App "View Courses" usage React + Ionic 5 + Typescript
#### Get Started
```sh
git clone
```
```sh
ionic serve
```
or
```sh
npm start
```
> Run on Android
```sh
ionic capacitor run android
```
> Run on IOS
```sh
ionic capacitor run ios
```