Skip to content

Commit c5cd9ba

Browse files
author
Jovert Lota Palonpon
authored
Update readme.md
1 parent 1e86176 commit c5cd9ba

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

readme.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ You can check out the [live preview](https://laravel-react-admin.herokuapp.com)
2626

2727
## Quick Start
2828

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).
3435

3536
---
3637

0 commit comments

Comments
 (0)