jarodburchill / project-automation

Python script for creating new projects (React, Express.js, Vue, Laravel, etc.) in the desired local directory, with a GitHub origin.
MIT License
43 stars 7 forks source link

Start dev server for Vue and Laravel projects #55

Closed jarodburchill closed 5 years ago

jarodburchill commented 5 years ago

Laravel: php artisan serve Vue: npm run serve

Rexogamer commented 5 years ago

do we chdir before or after running this command?