Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

dmarsal90/react-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

64 Commits

Repository files navigation

React and Laravel CRUD

A brief description of what this project does and who it's for

Badges

Add badges from somewhere like: shields.io

Run Locally

Clone the project

git clone https://github.com/dmarsal90/react-laravel.git

Go to the project directory

Navagate to the backend and frontend folder, install dependencies and start the server

For the backend

cd api
composer install
php artisan serve

if you want to have some sample data run

php artisan migrate
php artisan db:seed

or

php artisan migrate --seed

For the frontend

cd front
npm install
npm run dev

Deployment

To deploy this project run

npm run deploy

Author

About

No description or website provided.

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors