create-react-app
from
React | js
facebook/create-react-app: Set up a modern web app by running one command.
webpack
や
babel
などの設定をpresetで行ってくれる。
例:
npx create-react-app WORKSPCENAME --template typescript
カスタマイズ? 自前でやりたくなったら、
eject
する
React ejectしてみた件. 動機 | by hokan公式アカウント | Medium
gsoft-inc/craco: Create React App Configuration Override, an easy and comprehensible configuration layer for create-react-app
C(reate) R(eact) A(pp) C(onfiguration) O(verride)
recipeがあるので、参考にする
craco/recipes at master · gsoft-inc/craco
参考:
知っていると捗るcreate-react-appの設定 - Qiita
開発時の、API サーバーのportをproxy
mode別の
.env