Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KjetilHel/RecipeAppOracleJet
https://github.com/KjetilHel/RecipeAppOracleJet
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/KjetilHel/RecipeAppOracleJet
- Owner: KjetilHel
- Created: 2019-05-12T10:17:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T12:38:46.000Z (over 5 years ago)
- Last Synced: 2024-08-03T20:02:59.812Z (5 months ago)
- Language: JavaScript
- Size: 500 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-jet - Recipe App
README
# Recipe App
## Introduction
This is a simple app developed during a 48-hour hackathon for the course IMT2581 Rapid Prototyping that is held at NTNU in Gjøvik. I (Kjetil Helgås) am the only developer that has contributed to this project, which is the reason there is only one major commit. The framework that has been used is Oracle Jet and the application is mainly ment for mobile devices. The app is a recipe app where users can add food recipes and there is also a diary-functionality where the users can add what recipe they made for a specific date.
## How to run
There are two necessary modules that has to be installed from your command line
Oracle jets main module:
`npm install -g @oracle/ojet-cli`
Cordova which allows for mobile compilation:
`npm install -g cordova`
After installing the modules and cloning the repository, navigate to the main folder of the project and run any of the following commands:
For compiling the app in a browser:
`ojet serve android --browser`
For compiling on a USB connected device (with USB debugging enabled):
`ojet serve android --destination=device`
For compiling on a running emulator (I've only tested the emulator from Android Studio):
`ojet serve android`