Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-erin-collective/listmin-mobile
client portion of listmin, a listing platform for minimum wage costed goods and services
https://github.com/the-erin-collective/listmin-mobile
nativescript nativescript-angular typescript
Last synced: about 1 month ago
JSON representation
client portion of listmin, a listing platform for minimum wage costed goods and services
- Host: GitHub
- URL: https://github.com/the-erin-collective/listmin-mobile
- Owner: the-erin-collective
- License: agpl-3.0
- Created: 2022-05-16T10:54:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T16:18:13.000Z (over 2 years ago)
- Last Synced: 2024-11-08T10:52:10.292Z (3 months ago)
- Topics: nativescript, nativescript-angular, typescript
- Language: TypeScript
- Homepage:
- Size: 405 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# listmin-mobile
listmin-mobile is the mobile client for [listmin](https://github.com/the-erin-collective/listmin), a listing platform for minimum wage pegged goods and services and is built with NativeScript.
the listmin server code can be found here:
[github.com/the-erin-collective/listmin](https://github.com/the-erin-collective/listmin)## Setup
### Dependencies
NativeScript can be setup using [this guide](https://docs.nativescript.org/environment-setup.html), follow the android setup process for your operating system.
### note
there may be trouble getting the nativescript cli to find your jdk path, trying ```jdk1.8.0_152``` and pointing to that installed folder in the ```%JAVA_HOME%``` path variable may resolve it. In that case you may need to add a more recent jdk to the ```gradle.properties``` file (```listmin-mobile\platforms\android\gradle.properties```).
for example...
```
org.gradle.java.home=%ProgramFiles%/Java/jdk-16.0.2
```### Installation
The NativeScript cli installed before is used to start the app using ```ns run android```
```bash
$ git clone https://github.com/the-erin-collective/listmin-mobile.git
$ cd listmin-mobile# install packages
$ npm install# start the app
$ ns run android
```## Support
listmin-mobile is an AGPL3-licensed open source project. if you'd like to contribute towards the developmept costs take a look at [my patreon](https://www.patreon.com/erincollective).
## License
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)made with ❤️