GithubHelp home page GithubHelp logo

preconceptioncode / ionic-react-conference-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ionic-team/ionic-react-conference-app

0.0 1.0 0.0 3.31 MB

This is a very early version of the ionic react conference app.

Home Page: https://ionic-react-conference-app.firebaseapp.com/

License: MIT License

JavaScript 9.51% HTML 1.69% TypeScript 78.31% CSS 10.49%

ionic-react-conference-app's Introduction

Ionic React Conference App

This project was bootstrapped with Create React App.

This is an example react conference app using @ionic/react.

You can see a live demo here. (https://ionic-react-conference-app.firebaseapp.com/)

Publishing a Native Application

You can now make use of all of the ionic components in your React application. If you want to publish your app to the App Store or Google Play you will need to use the ionic cli to execute Capacitor commands to do so.

More information on this can be found here. https://beta.ionicframework.com/docs/cli If you want to learn more about Capacitor our dedicated site can be found here. https://capacitor.ionicframework.com/

The commands that you will need to execute are below in your project's root.

ionic init "My React App" --type=custom
ionic integrations enable capacitor

Open the './capacitor.config.json' file in your projects root. Change "webDir": "www" to be "webDir": "build" (dependent on your config but create-react-app defaults with this as the build directory)

Then run the following command to get started with either ios or android platforms.

ionic capacitor add <android|ios>

After build you build your app you will need to copy your capacitor resources into the build dir so execute the following command.

ionic capacitor copy

To open your application to build/emulate in Android Studio or Xcode run the open command.

ionic capacitor open <android|ios>

Related

License

ionic-react-conference-app's People

Contributors

jthoms1 avatar elylucas avatar jgw96 avatar adamdbradley avatar rdlabo avatar tylerslater-io avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.