create-react-ie
v0.1.0
Published
react framework for ie9+
Downloads
1
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-appnpm init <initializer> is available in npm 6+
Yarn
yarn create react-ie my-appOption
npx create-react-ie my-app -p 3000