Best laravel framework open-source packages.

React native with laravel

React Native + Laravel API :boom:
Updated 2 months ago


TinDev

Laravel with React Native

The monorepo for login applications using the Api laravel consumed with React Native, as a study purpose. 📱

License MIT

login for app initial page

📌 Technologies

Listed here are some of the main technologies used in the project:

📌 Getting started

  1. Clone this repo using git clone https://github.com/MauricioSilv/react-native-with-laravel.git
  2. Move yourself to the appropriate directory: cd mobile
  3. Run yarn to install dependencies

📌 Getting started with the backend server

  1. Move yourself to the backend folder: cd api-laravel
  2. Create a .env file and add your preferred database connection.
  3. Run composer install to install project dependencies.
  4. Generate your application key php artisan key:generate.
  5. Run php artisan migrate --seed to create the migrations and seedrs locate at in /database/seeds/UserSeeder.php.
  6. Run php artisan serve to start the server port 8000.

📌 Getting started with the mobile app

  1. Move yourself to the mobile folder: cd mobile
  2. Run yarn android (or ios if your prefer) to start the mobile app

⚠️Note: at android, You will have to start the emulator before using the yarn android command.

📝 License

This project is licensed under the MIT License - see the LICENSE page for details.