/Ionic-React-Template

A simple Ionic React template which contains a split-pane menu, 3 pages and dummy content.

Primary LanguageTypeScriptMIT LicenseMIT

Ionic-React-Template

npm npm npm GitHub


A simple Ionic React template which contains a split-pane menu, 3 pages and dummy content. image


This repo contains a basic Ionic-React app and can be used as a good starting point for creating your own apps. It constists of a Home page and 2 sub-pages.

There is a split-pane menu which will render as a traditional hamburger menu on mobile devices. This means that the basics of routing have been implemented, so you don't need to spend time setting up a menu config from scratch 🎉.

Using this template


  • First clone/download this repo and cd into it
  • Run npm i to install all package dependencies
  • Run ionic serve - this should serve your project locally and open a localhost instance
  • To build the project for deployment, run ionic build