Monday 21 May 2018

getting started with JET Oracle JavaScript Extension Toolkit

http://www.oracle.com/webfolder/technetwork/jet/globalExamples.html


Some informative links
1. https://blogs.oracle.com/imc/implementing-oauth-in-oracle-jet-applications



Installing and creating your first Oracle JET app is as simple as 1-2-3

  1. npm install -g @oracle/ojet-cli
above did not work on windows7, already had node installed via chocolaty package manager.
hence used:

npm install -g oracle/ojet-cli

  1. ojet create ojet-demo --template=navdrawer
  2. cd <app name>
  3. ojet serve

No comments:

Post a Comment