Skip to content

BartInTheField/create-ionic-react-app

Repository files navigation

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