Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ionic-team/present-ionic-react
An open source presentation on Ionic React for others to use and share
https://github.com/ionic-team/present-ionic-react
capacitor ionic ionic-framework react
Last synced: 4 months ago
JSON representation
An open source presentation on Ionic React for others to use and share
- Host: GitHub
- URL: https://github.com/ionic-team/present-ionic-react
- Owner: ionic-team
- License: mit
- Created: 2020-02-22T15:20:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T06:22:07.000Z (over 1 year ago)
- Last Synced: 2024-10-02T06:21:42.435Z (4 months ago)
- Topics: capacitor, ionic, ionic-framework, react
- Language: HTML
- Homepage: https://present-react.ionicframework.com/
- Size: 25 MB
- Stars: 8
- Watchers: 6
- Forks: 6
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic Present: React
Deliver a talk or run a meetup using this pre-built presentation covering Ionic React.
Simply clone this repository, add your info to the "About Me" slide, then present! 🎉
The best part? This is a progressive web app (PWA) built using Web Components and [Ionic Framework](https://ionicframework.com) components. 🚀
View it live here: [https://present-react.ionicframework.com/](https://present-react.ionicframework.com/)
## How to Use
To develop and run locally, just clone the repository, install all dependencies, then start it on localhost:
```
git clone https://github.com/ionic-team/present-ionic-react
cd present-ionic-react
npm install
npm run start
```This deck can be presented locally (`npm run start`) or hosted online using any static site provider. Ionic recommends [Vercel](https://vercel.com).
## Presentation Tips
* Add your info to the "About Me" slide.
* Each slide contains speaking notes (found in the "notes" slot) - use these as a reference.
* Use the [DeckDeckGo PWA](https://deckdeckgo.app) to control your slides remotely from a mobile device. Open the presentation on a computer, open the DDG PWA on a mobile device, then start presenting!## Implementation Details
All slides are located in `index.html`. This presentation was built with [DeckDeckGo](https://deckdeckgo.com) - see [the docs](https://docs.deckdeckgo.com) for information on editing slides, components configuration details, etc.
## Feedback?
Send a note over to [[email protected]](mailto:[email protected]).