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
- Host: GitHub
- URL: https://github.com/mikeludemann/mern-native-stack-auth-starter
- Owner: mikeludemann
- License: mit
- Created: 2020-10-13T12:43:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T15:37:54.000Z (over 5 years ago)
- Last Synced: 2026-01-03T14:23:12.470Z (6 months ago)
- Topics: authentication, bootstrap, expressjs, jquery, jwt, mern-native-stack, mern-stack, mongodb, nodejs, passport, react, react-dom, react-native, react-redux, react-router, redux
- Language: JavaScript
- Homepage:
- Size: 392 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)