Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhartington/ionic-realm-demo
https://github.com/mhartington/ionic-realm-demo
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhartington/ionic-realm-demo
- Owner: mhartington
- Created: 2021-08-09T15:44:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T20:33:05.000Z (over 3 years ago)
- Last Synced: 2024-12-07T17:44:10.289Z (19 days ago)
- Language: TypeScript
- Homepage:
- Size: 391 KB
- Stars: 2
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic React + Realm
Sample project based on Realm's Task Tracker Demo.
## Getting Started
- Install the deps
```bash
npm install
```- Start the dev server
```bash
npm run start
```