Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 641 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 641 Bytes

Integrating TailwindCSS and Ionic-React application.

A starter template for ionic-react with tailwindcss

Read the full article here

Installation

  • 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 or yarn 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