Created
October 1, 2017 14:58
-
-
Save coffeenotfound/8dda44e151507921208aa849701d654d to your computer and use it in GitHub Desktop.
Script for starting a Laravel dev server and running webpack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
start cmd /k "npm run watch" | |
start cmd /k "php artisan serve" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment