- Oracle JET for Developers
- Raja Malleswara Rao Pattamsetti
- 182字
- 2021-07-02 22:03:05
Running a project with Grunt
- Once the project has been created in the preceding step, it can be built using the following command:
cd <project name>
grunt build
- The preceding command should complete the project build, as shown in the following screenshot:

- Once the project is built successfully, it can be executed using the following command:
grunt serve
- The preceding command should run the project, as shown in the following screenshot:

- Once the project has started running, it should open the application, running in the default browser, as follows:

The default application was created using the navdrawer template, hence it is showing up with the default navdrawer template. We can open the project code in our favorite IDE and edit it to run again using the Grunt serve command.
However, the NetBeans IDE is providing the built-in plugins and support for npm and Grunt to manage these build and serve activities within the IDE. In addition, NetBeans provide great syntax advice and support for these plugins. Let's review the IDE installation, configuration, and usage in the following section.
推薦閱讀
- 每天5分鐘玩轉Kubernetes
- Cybersecurity:Attack and Defense Strategies
- 開源安全運維平臺OSSIM疑難解析:入門篇
- 奔跑吧 Linux內核(入門篇)
- 網絡操作系統教程:Windows Server 2016管理與配置
- 嵌入式實時操作系統:RT-Thread設計與實現
- Linux系統安全基礎:二進制代碼安全性分析基礎與實踐
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- Linux服務器配置與管理
- Red Hat Enterprise Linux 6.4網絡操作系統詳解
- Learn CUDA Programming
- Linux網絡配置與安全管理
- Java EE 7 Developer Handbook
- 完美應用Ubuntu(第2版)
- 鴻蒙HarmonyOS應用開發從入門到精通