Emerging_Technology
Project 7 & 8
- Clone this repository.
$ git clone https://github.com/297Hacker/Emerging_Technology78
- Pull from master(it outdated).
$ git pull origin master
- Create your own branch.
$ git checkout -b NAME
- Make desired changes.
- Stage your changes.
$ git add .
- Commit your changes.
$ git commit -m "COMMIT_MESSAGE"
- Make a pull request to the upstream master.
Don't push new features on the master branch, before you start working create your own branch!!!!
Step by step setup proccess 10-20 minuten:
requirements nativescript moet volledig geïnstalleerd zijn, zie: link
Dependencies:
- Node.js
- Nativescript core
- Android SDK tools, als je android studio installeert ben je in 1 keer klaar
- Install node modules, dit commando installeert alle dependencies die staan in package.json.
npm install
- Build project for the first time
tns run
ortns run android
voor android build only ortns run ios
voor ios build only