Skip to content

mi60dev/lareact

Repository files navigation

Lareact

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

Features

Backend

  • Login / Register
  • Dashboard
  • Translations

Frontend

  • Sass
  • Transitions

Installation

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

To Do

  • Finish React Authentication process

  • Create backend migrations / models

  • Create React Native alternative version

Conclusion

This project is just starting. Feel free to contribute to this project

About

Laravel + React startup project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages