create-react-ie
v0.1.0
Published
react framework for ie9+
Downloads
3
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