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
- Host: GitHub
- URL: https://github.com/springtype-org/st-ionic-example-app
- Owner: springtype-org
- Created: 2019-10-24T23:20:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:23:46.000Z (about 3 years ago)
- Last Synced: 2025-05-26T20:45:49.966Z (10 months ago)
- Language: TypeScript
- Homepage: https://www.springtype.org
- Size: 1.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SpringType / Ionic 4 Example App
[](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