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.
- Host: GitHub
- URL: https://github.com/thekicker/csc408_nativescript
- Owner: TheKicker
- Created: 2019-04-29T22:58:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T16:34:47.000Z (about 5 years ago)
- Last Synced: 2025-04-06T09:48:41.086Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 3.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```