https://github.com/webmasterdevlin/next-to-ionic
https://github.com/webmasterdevlin/next-to-ionic
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webmasterdevlin/next-to-ionic
- Owner: webmasterdevlin
- Created: 2020-10-12T17:20:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T17:28:23.000Z (over 5 years ago)
- Last Synced: 2025-08-29T23:59:57.276Z (10 months ago)
- Language: TypeScript
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Nextjs in TypeScript to Ionic TypeScript
### Tutorials
- Ionic React https://www.youtube.com/watch?v=-icm4h39awc
- Nextjs https://www.youtube.com/watch?v=VAEyelMtWp8
- TypeScript in Reactjs https://www.youtube.com/watch?v=4PduzmHf1YQ
#### CLI
```pwsh
$ npm i -g @ionic/cli
```
##### For web
```bash
$ ionic serve
```
##### For mobile
```zsh
$ ionic build
$ npx cap add android
$ npx cap add ios
$ npx cap open android
$ npx cap open ios
$ ionic capacitor run android --livereload --external
$ ionic capacitor run ios --livereload
```