- 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.
推薦閱讀
- Containerization with LXC
- Learning Windows Server Containers
- 嵌入式Linux系統(tǒng)開發(fā):基于Yocto Project
- 異質(zhì)結(jié)原理與器件
- Microsoft Operations Management Suite Cookbook
- Windows 7中文版從入門到精通(修訂版)
- 細說Linux基礎(chǔ)知識
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- Windows 7應(yīng)用入門與技巧
- Linux命令行大全(第2版)
- Linux系統(tǒng)最佳實踐工具:命令行技術(shù)
- Linux應(yīng)用大全 基礎(chǔ)與管理
- Windows網(wǎng)絡(luò)編程(第2版)
- 大規(guī)模Linux集群架構(gòu)最佳實踐:如何管理上千臺服務(wù)器
- 鴻蒙HarmonyOS應(yīng)用開發(fā)從入門到精通