using Ionic 2 CLI with meteor backend -


is there way of using ionic 2 cli meteor's server side? ionic 1 use meteor-client-side, suggestion how use ? in advance!

i've been running though rigor of researching same possibility, , i've come conclusion, 1 not want.

you've seen this tutorial already.

using example, had attempted modify meteor cli directly without success. i've decided instead drive build process gulp wrapping both ionic cli , meteor cli behind tasks. mobile/web apps separate meteor server (as in example). i've abstracted meteor client library behind angular/redux service give me flexibility replace meteor (with phoenix framework or rethinkdb), , moved service npm module.

decoupling client(s) , server implementation , using own orchestrating build process may give added benefit support more client profiles beyond supported either cli dependently have discovered.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -