Skip to content

Commit 3b65071

Browse files
authored
Update README.md
1 parent 59320a7 commit 3b65071

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 1. Technology
22
- PHP
3-
- Laarvel Framework 8.x
3+
- Laarvel Framework 5.8
44

55
# 2. Configuration requirements
66
- Install composer: https://getcomposer.org/
@@ -61,6 +61,12 @@ $ php artisan db:seed --class=DatabaseSeeder
6161
## Launch project
6262
Now, Launch your system...
6363

64+
Run the npm:
65+
66+
```
67+
$ npm run watch
68+
```
69+
6470
Run the laravel project on port: http://localhost:8000
6571

6672
```

0 commit comments

Comments
 (0)