Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running Angular / NodeJS app as standalone on macOS, iOS and Android #234

Open
ishanuda opened this issue Dec 14, 2022 · 0 comments
Open

Comments

@ishanuda
Copy link

Hi,

I created a web application using the following technologies.

Angular (v12.2.4) - Front-End

Node.JS (v14.17.1) - Back-End (with the help of Nest.JS framework)

Then I wanted to create a desktop portable application using the same source.

I chose to run this application using NWJS as a wrapper on Windows and macOS, and it was successful with little effort.

One challenge I had to go through was, compiling the Node.JS Back-End code into a single JavaScript file.

So I could do it and run the application as a standalone successfully.

Now I need to run the same application source code in the following environment.

As a macOS application

As an iOS application

As an Android application

NOTE: I used the available NWJS application for macOS in order to run the app on macOS as a stand-alone application.

Apart from that, I want to know that, can I use this technology to run the application on the following environments (i.e macOS, iOS, Android)

It would be great having informative help/suggestions directing me to a point where I can configure, compile and run the application and get the output expected.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant