In the previous article we learned how to setup an Angular 2 development environment with NetBeans & Node.js & Angular CLI & Grunt. Now, we’ll learn how to create a deployable web archive, a WAR file.
The goal of this blog to provide several tutorials for developers in Android, Java and Javascript / Typescript.
Friday, December 16, 2016
Thursday, December 15, 2016
Setting up a development environment for Angular 2 with NetBeans IDE & NodeJS & Angular CLI & Grunt
NetBeans is one of the most popular development IDE for Java developers. But it can be used for many other technologies: C/C++, PHP and web development. And of course, with some plugins, it’s perfect for develop Angular 2 applications as well. In this article I’m want to describe you how to set up an Angular 2 development environment with the combination of NetBeans IDE & Node.js & Angular CLI and Grunt. Each technology described separately paragraphs.
Subscribe to:
Posts (Atom)
Configure and use VSCode for Java web development
Embarking on Java web development often starts with choosing the right tools that streamline the coding process while enhancing productivity...
-
WorkManager is an API to schedule deferrable, asyncronous jobs. This is one of the JetPack's best component and it's released only ...
-
Enterprise Java (or any other) applications ofter requires logging of request and response bodies to investigate any upcoming issue. Logg...
-
In this article I'd like to introduce "firebase-hosting-api-java" , which is an API library for Firebase Hosting REST API writ...