The FixItFast sample mobile application provided by Oracle JET can be imported to your desktop, and run to review the features and develop your own hybrid mobile application.
Before importing the sample mobile application from FixItFast, ensure the ojet command-line tool is installed on your desktop as detailed in the following steps:
- Install Oracle JET cli using the following command:
npm -g install @oracle/ojet-cli
- Scaffold the FixItFast application from the Oracle template using the following command:
ojet create FixItFast --template= http://www.oracle.com/webfolder/technetwork/jet /public_samples/FixItFast.zip
- Running the scaffold command should create the application in the workspace directory, ...