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.
| Flag | Description |
|---|---|
| --redux | Creates a redux ionic react application |