Package Exports
- create-react-ie
- create-react-ie/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-react-ie) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
create-react-ie
Create React App for IE9+
Creating an App
npx
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
npm init react-ie my-app
npm init <initializer>
is available in npm 6+
Yarn
yarn create react-ie my-app
Option
npx create-react-ie my-app -p 3000