An open API service indexing awesome lists of open source software.

https://github.com/springtype-org/st-ionic-example-app

Showcase App using Ionic 4 and SpringType
https://github.com/springtype-org/st-ionic-example-app

Last synced: 5 months ago
JSON representation

Showcase App using Ionic 4 and SpringType

Awesome Lists containing this project

README

          

## SpringType / Ionic 4 Example App

[![Gitter](https://badges.gitter.im/springtype-official/springtype.svg)](https://gitter.im/springtype-official/springtype?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

A simple example App to demonstrate how easy it is to use Ionic 4 with SpringType.

### Install and Run

> We recommend using `yarn`: https://yarnpkg.com/lang/en/docs/install/#mac-stable

Just clone this repository, open a CLI, install and run:

git clone https://github.com/springtype-org/st-ionic-example-app.git

cd st-ionic-example-app

yarn
yarn start

Or:

npm install
npm run start

Then open a web browser and navigate to: http://localhost:4444