javascript - Different builds for web and mobile with Meteor -


i want write app meteor js have 3 main modules, web admin panel, web app version , mobile app version. want have 3 apps in same meteor project ¿how can this?

the simplest way create 3 separate projects , share server side code between them using symbolic links (ln -s). solution simple, crude , may hard maintain.

so there way: split app packages. more complicated, easier maintain. way described here.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -