Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 633 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 633 Bytes

create-ionic-react-app

forthebadge

Create a basic TypeScript Ionic React app.

npm i -g create-ionic-react-app to install this package.

create-ionic-react-app appname to start creating the boilerplate. It will create the boilerplate in the 'appname' folder.

You could also simply run npx create-ionic-react-app appname. This will start creating the boilerplate without the need of a global installation.

Parameters

Flag Description
--redux Creates a redux ionic react application