- 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.
推薦閱讀
- 電腦組裝與系統安裝
- Learning Windows Server Containers
- Kali Linux滲透測試全流程詳解
- Persistence in PHP with the Doctrine ORM
- 嵌入式操作系統(Linux篇)(微課版)
- Instant Optimizing Embedded Systems using Busybox
- Moodle 3.x Teaching Techniques(Third Edition)
- 統信UOS應用開發進階教程
- Linux從入門到精通(視頻教學版)
- 電腦辦公(Windows 10 + Office 2016)入門與提高(超值版)
- OpenStack Essentials(Second Edition)
- Unity AR/VR開發:實戰高手訓練營
- SQL Server on Azure Virtual Machines
- 計算機操作系統實用教程
- WebGL Game Development