Your go-to Nativescript application for choosing the lunch time meal destination. Press the button and end the argument!
Use the default Nativescript installation method provided here. It provides platform-specific methods of installing all prerequisite programs.
You can clone this repository by navigating to the desired directory and executing
git clone https://github.com/lshadler/indecision-plaza.git
For a given platform, android
or ios
, add the platform to the project by executing
tns platform add [platform]
Then, to begin simulation, run
npm run start-android-bundle
npm run start-ios-bundle
Running the tns run
commands will produce rudimentary builds of the apk in the [platform]/build
directory.
However, to extract further efficiency, we use Webpack
to bundle our application. Execute these commands to create a compressed build file for each platform:
npm run build-android-bundle
npm run build-ios-bundle
In Progress...
Please refer to the CONTRIBUTORS.md for contributing developers