Run the Oracle JET Application

This topic describes how to run the Oracle JET application.

Once configured, your Oracle JET application it's ready for use. We can now build and deploy the Oracle JET application.

To build and deploy the Oracle JET application, run these command in the stated order:

  1. npm install

    This command installs all npm packages that are necessary for running the Oracle JET application. Run this command whenever there are changes to the packages used by the application

  2. ojet build

    This command builds the Oracle JET application

  3. ojet serve

    This command deploys the Oracle JET application on port 8000.

    Note: You can deploy your Oracle JET application to a different port by using the command with the following parameter: --server-port=<port#>. Where <port#> is the port number.