Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 558 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 558 Bytes

rereddit

Reddit Client For Android

Base files are at ./app

You can track our progress or todos here

This app uses nativescript@next and at the time of the build, it is running nativescript 5.00

Usage

# Install dependencies
npm install

# Build for production
tns build <platform> --bundle

# Build, watch for changes and debug the application
tns debug <platform> --bundle

# Build, watch for changes and run the application
tns run <platform> --bundle