This project is intended to be used for large & scalable platforms, built with Laravel and React JS / React Native.
It will help you start developing your app right away. It contains the most basic front-end and back-end features to start developing platform based on Laravel and React JS.
Important This project is still in development
- Login / Register
- Dashboard
- Translations
- Sass
- Transitions
Clone the repo to my-project (or whatever). Run the following set of commands
cd lareact
composer install
cp .env.example .env
vim .env
Add your database configs. Then run
php artisan migrate
php artisan key:generate
php artisan passport:install
yarn install
yarn start
-
Finish React Authentication process
-
Create backend migrations / models
-
Create React Native alternative version
This project is just starting. Feel free to contribute to this project