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.gitChange the directory.
cd into the project directory.For the back-end, install the dependencies once via the terminal.
npm installRuns the react in the development mode.
npm run watchConfigure database and migrate table
php artisan migrateRuns the development server for the apps.
php artisan serveHit the url in the browser
APP_URL= http://localhost:8000To 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