Web Client Applications (Magic xpa 4.x)
Magic xpa provides a comprehensive solution for Web Client applications.
Web Client is a platform for developing and deploying business applications serving remote and distributed users.
To install the Web Client applications on the client, you require the following prerequisites:
Windows 32bit - https://nodejs.org/dist/v10.16.0/node-v10.16.0-x86.msi
Windows 64bit - https://nodejs.org/dist/v10.16.0/node-v10.16.0-x64.msi
-
NPM - The default package manager for JavaScript runtime environment Node-js. The installation of Node-js installs 6.9.0. hence no separate installation for NPM is required. Recommended version: 6.1.0 minimum.
-
Angular/CLI - A command line interface that can create a project, add files into it, and perform various development tasks such as testing, building, and deployment. Recommended version: 8.
-
HTML code editor - You can use Notepad++, WebStorm, or Visual Studio Code that supports development operations. Recommended Version: 1.14.0. You can download it from https://code.visualstudio.com/Download.
The following links provide you with the information that you will need to develop a Web Client application.
Developing Web Client Applications
Deploying Web Client Application