Skip to content

Commit 8da83ac

Browse files
committed
Install node dependancies is require
1 parent 12ffe9a commit 8da83ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Rename or copy `.env.example` file to `.env` 1.`php artisan key:generate` to gen
3636
1. Migrate database table `php artisan migrate`
3737
1. `php artisan db:seed`, this will initialize settings and create and admin user for you [email: admin@gmail.com - password: admin123]
3838

39-
### Install Node Dependencies(optional)
39+
### Install Node Dependencies
4040

4141
1. `npm install` to install node dependencies
42-
1. `npm run dev` to build our javascript
42+
1. `npm run dev` for development or `npm run build` for production
4343

4444
### Create storage link
4545

0 commit comments

Comments
 (0)