Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilanth committed Feb 14, 2021
1 parent ae6de62 commit 6a9dc2b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ composer create-project nilanth/laravel-react-boilerplate
```

2. `cd laravel-react-boilerplate`
- Run `yarn install`
- Create a Database
- Update the Database credential to .env file
- Run `php artisan migrate` -> To create needed tables.
- Run `php artisan db:seed` -> To seed some fake users.
- Run `yarn run dev`
- Update API HOST_URL in `resources/js/config/constant.js` file
3. Run `yarn install`
4. Create a Database
5. Update the Database credential to .env file
6. Run `php artisan migrate` -> To create needed tables.
7. Run `php artisan db:seed` -> To seed some fake users.
8. Run `yarn run dev`
9. Update API HOST_URL in `resources/js/config/constant.js` file

### Coming Up

Expand Down

0 comments on commit 6a9dc2b

Please sign in to comment.