- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- JavaScript/React/npm startでブラウザを指定 へ行く。
- 1 (2018-12-23 (日) 17:06:51)
- 2 (2018-12-23 (日) 17:13:25)
- 3 (2018-12-24 (月) 20:24:27)
npm startでブラウザを指定
環境変数BROWSERで指定
Bash> BROWSER=Chrome npm start PowerShell> $env:BROWSER = Chrome; npm start
参考
https://stackoverflow.com/questions/51706882/how-do-i-npm-start-with-a-specific-browser