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:
-
npm installThis command installs all
npmpackages that are necessary for running the Oracle JET application. Run this command whenever there are changes to the packages used by the application -
ojet buildThis command builds the Oracle JET application
-
ojet serveThis 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.