File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,12 @@ You can check out the [live preview](https://laravel-react-admin.herokuapp.com)
26
26
27
27
## Quick Start
28
28
29
- 1 . Clone the repo ` git clone https://github.com/palonponjovertlota/laravel-react-admin.git `
30
- 2 . Go to your project folder from your terminal
31
- 3 . Run: ` composer install ` and ` npm install `
32
- 4 . After installation, run: ` php artisan serve ` then ` npm run watch `
33
- 5 . The project will run in this URL: (http://localhost:3000 )
29
+ 1 . Clone the repo ` git clone https://github.com/palonponjovertlota/laravel-react-admin.git ` .
30
+ 2 . Go to your project folder from your terminal.
31
+ 3 . Run: ` composer install ` and ` npm install ` to install application dependencies.
32
+ 4 . Copy the ` env.example ` file into a ` .env ` file and then configure based on your local setup.
33
+ 5 . Installation is done, you can now run: ` php artisan serve ` then ` npm run watch ` .
34
+ 6 . The project will run in this URL: (http://localhost:3000 ).
34
35
35
36
---
36
37
You can’t perform that action at this time.
0 commit comments