Tuesday, 11 April 2017

How to convert existing Angular 2 project to Meteor project

I have finished creating an angular 2/ node.js project and I want to use Meteor so that I can create a mobile version. Can I simply create a new meteor project, copy and past all of my angular 2 code to the meteor project and be good to go? I have no idea what to do, I've searched everywhere.

Structure of my MEAN stack app:

server/
    node_modules/
    models/
    config/
    server.js
client/
    angular-src/
        node_modules/
        src/
            app/
                  ...
        tsconfig.json
        tslint.json
        package.json
        karma.conf.js

Do I have to completely start over to make a meteor app?

Thanks



via Cooby Booby

No comments:

Post a Comment