An open API service indexing awesome lists of open source software.

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

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
```