Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belchenkov/react_ionic_ts_bmi_calc
Create App "BMI Calculator" on React.js + Ionic 5 + Typescript
https://github.com/belchenkov/react_ionic_ts_bmi_calc
capacitor ionic ionicons react scss typescript
Last synced: 8 days ago
JSON representation
Create App "BMI Calculator" on React.js + Ionic 5 + Typescript
- Host: GitHub
- URL: https://github.com/belchenkov/react_ionic_ts_bmi_calc
- Owner: Belchenkov
- Created: 2020-07-08T09:42:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T09:25:28.000Z (over 4 years ago)
- Last Synced: 2024-11-09T18:44:55.278Z (2 months ago)
- Topics: capacitor, ionic, ionicons, react, scss, typescript
- Language: TypeScript
- Homepage: http://react-ionic-ts-bmi-calc-ab.surge.sh/
- Size: 403 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# BMI Calc (React/Ionic/TS)
> Build App "BMI Calculator" usage React + Ionic 5 + Typescript
### [Demo](http://react-ionic-ts-bmi-calc-ab.surge.sh)
#### 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
```