DEV Community

Discussion on: How using React in a Laravel application - Tutorial

Collapse
 
vsfarooqkhan profile image
Farooq khan

Is that npm run dev required for every time

Collapse
 
lvtdeveloper profile image
Lesly Villalobos

You can use "npm run watch" instead of "npm run dev" because that run scripts from package.json when files change.