Skip to content

Commit eef603b

Browse files
authored
clone cmd
1 parent e3430e7 commit eef603b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ Laravel and vue spa using tailwind (laravel/ui looks) for styling and sanctum fo
1616

1717
## Installation
1818

19-
- `git clone git@github.com:HijenHEK/laravel-vue-sanctum-spa.git`
20-
- `cd laravel-vue-sanctum-spa`
19+
- `git clone git@github.com:HijenHEK/laravel-vue-sanctum-spa.git --branch v1.0.0 my-spa` set verion and app name
20+
- `cd my-spa`
2121
- Edit `.env` and set your database connection details
2222
- `php artisan key:generate`
2323
- `php artisan migrate`
2424
- `npm install`
25+
- `npm run dev`
2526

2627
## Usage
2728

0 commit comments

Comments
 (0)