aaronksaunders / ionic-react-back4app1

WIP starter react ionic framework project tabs with authentication using back4app / parse server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic ReactJS Back4App Sample Application


updated August 31, 2020

WIP starter react ionic framework project tabs with authentication using back4app / parse server

Updating some very old parse code to utilize back4app parse functionality along with Ionic Framework React Components, and of course Capacitor to deploy it to your mobile device

Adding your own configuration file parse.config

const config = {
    APP_ID : "",
    JS_KEY : "",
    GRAPHQL_URI : ""
}

export default config;

About

WIP starter react ionic framework project tabs with authentication using back4app / parse server


Languages

Language:TypeScript 68.9%Language:CSS 28.3%Language:HTML 2.8%