Install and scaffold an Oracle JET application
masterOracle JET uses a command-line interface (CLI) to scaffold and manage applications. To get started, install the @oracle/ojet-cli globally via npm and then use the ojet create command to generate a new application. For a complete list of prerequisites and detailed installation steps, refer to the Oracle JET Developer Guide.
npm install -g @oracle/ojet-cli
ojet create <app name>