Create React App for IE9+
npx create-react-ie my-app
(npx is a package runner tool that comes with npm 5.2+ and higher, see instructions for older npm versions)
npm init react-ie my-app
npm init <initializer>
is available in npm 6+
yarn create react-ie my-app
npx create-react-ie my-app -p 3000