An open API service indexing awesome lists of open source software.

https://github.com/mikeludemann/mern-native-stack-auth-starter

MERN Native Stack Authentication Starter Setup - Login, Registration and User (Dashboard) pages with auth and more
https://github.com/mikeludemann/mern-native-stack-auth-starter

authentication bootstrap expressjs jquery jwt mern-native-stack mern-stack mongodb nodejs passport react react-dom react-native react-redux react-router redux

Last synced: 3 months ago
JSON representation

MERN Native Stack Authentication Starter Setup - Login, Registration and User (Dashboard) pages with auth and more

Awesome Lists containing this project

README

          

# mern-native-stack-auth-starter

MERN Native Stack Authentication Starter Setup - Login, Registration and User (Dashboard) pages with auth and more

# Prerequiste

## Install CocoaPods (On your PC)

```
brew install cocoapods
```

## Install CocoaPods (iOS - React Native Application)

```
cd ios && pod install && cd ..
```

## Install all dependencies (packages)

```
npm install
```

# Run environment

Starting a specific environment with backend

## Starting

```
npm run start
```

## Android

```
npm run android
```

### Important informations

* Before you can run your app on Android device, you need to enable USB Debugging inside the Developer Options.
* When USB Debugging is enabled, you can plug in your device and run the code snippet given above.
* The developer menu can be accessed by pressing command + M.

## iOS

```
npm run ios
```

### Important informations

* After you open the app in simulator, you can press command + D on IOS to open the developers menu. You can check more about this in our debugging chapter.
* You can also reload the IOS simulator by pressing command + R.

# Additional Informations

This is my first application with React Native.

If you want the web variant, visit following link [MERN Stack Auth Starter](https://github.com/mikeludemann/mern-stack-auth-starter)