A simple crud application using laravel and reactjs. Here a resource can create, read, update and delete
Fork, then download or clone the repo.
git clone https://github.com/<your-user-name>/react-crud.git
Change the directory.
cd into the project directory.
For the back-end, install the dependencies once via the terminal.
npm install
Runs the react in the development mode.
npm run watch
Configure database and migrate table
php artisan migrate
Runs the development server for the apps.
php artisan serve
Hit the url in the browser
APP_URL= http://localhost:8000
To make a production build, simply run on react-src folder via the terminal.
npm run build
- Create
- Read
- Update
- Delete
- React router
- Back-end validation by laravel request
- Use resource