- Clone the repo
git clone repo-url
. - Install the Laravel deps run
composer install
. - Install React deps
npm install
. - Create SQLite file (database.sqlite) in database folder and config the .env file.
- Generate App key
php artisan generate:key
- Run the database migrate and seed the database with test data
php artisan migrate --seed
. - Start laravel backend
php artisan serve
. - Start React frontend
npm run dev
- Now both Laravel backend and React frontend is running on
localhost:8000
.
-
Notifications
You must be signed in to change notification settings - Fork 0
beelalamin/Laravel-React-Inertia-PMS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published