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

https://github.com/thekicker/csc408_nativescript

As the final project of CSC408, converting our fictional site Yellow Bucket to a native Andriod / iOS app via Nativescript development. Unfinished project at this time.
https://github.com/thekicker/csc408_nativescript

Last synced: 5 months ago
JSON representation

As the final project of CSC408, converting our fictional site Yellow Bucket to a native Andriod / iOS app via Nativescript development. Unfinished project at this time.

Awesome Lists containing this project

README

          

# csc408 Nativescript App

> csc408 project

## Usage

``` bash
# Install dependencies
npm install

# Build for production
tns build --bundle

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

# Build, watch for changes and run the application
tns run --bundle
```