Hello,
I am building an web application with NodeJS and ExpressJS in the backend, MongoDB as my database and AngularJS for routing and as my templating engine in the frontend, additionally I use Sass. So it’s basically an Angular Fullstack application. I want to use Ionic for the CSS and JS effects, and - in future - I want to build an Android and an iOS app out of it. The app is basically the whole web application plus few ionic features (GPS tracking, eventually even push notifications in future).
I am sure there are plenty of people who want to do the same but I can’t find any solutions on the web for that issue. Only thing I could find is angular-fullstack-ionic-starter, which is in “the early stages” and as far as I understand, you have to write some parts of the code twice (once for the nodejs frontend, once for ionic)
What is the best way to do it? Is there anyone with a similar challenge who could find a solution?
Thanks so far!