A starter template for ionic-react
with tailwindcss
Read the full article here
- Ensure you follow the steps here to install ionic framework
- Clone this repository to local development environment
- Change directory into
ionic-react-starter-template
- Run
npm install
oryarn install
- Run
npm run start:dev
to run the app - You can view the app in the browser also using the generated
http://hostname:port
usually http://localhost:8100