- Oracle JET for Developers
- Raja Malleswara Rao Pattamsetti
- 134字
- 2021-07-02 22:03:05
Creating a project using the command line
Once Node.js, npm, Yeoman, Grunt, and the Oracle JET Yeoman generator are installed, we shall create a new project using the oraclejet command. The beauty of this command is that it generates the project with the name given by the readily available project, which is already created and stored in the node library with the code generator. The following are the steps involved in creating the project with this command:
- The oraclejet Yeoman command with the project name parameter creates the project with the name provided:
yo oraclejet <project name> --template=navdrawer
- We are using the project name OracleJETSample, which should complete the project creation, as shown in the following screenshot:
- Once the project creation and verification is complete, the status of the application is ready, as follows: