I tried replicating the todos application without using the example meteor terminal commentlets
Steps, i followed, (I’m using Ubuntu 12.04 build)
In terminal – meteor create todos
— created the todos
a default *.html, *.css, *.js create underneath to the todos folder,
i deleted and replaced the actual todo artifacts into to it (e.g. client, server, public folders to the root) -> tried running the app – UI appears but the functionality breaks
I just wanna know what is ideal way create a app something similar structure as todos app.
This might help other folks to create a larger applications… currently i stuck in single *.js.
My bad i found it, just use this commentlet on terminal
the above commentlet will list you out all the packages used for the current meteor project
Just add those project to the newly create meteor project and write your own structure, i found another way struture the project which i post as soon as possible…
intersting fact is todo example comes two version one with secure and non secure packages – out-of-box build release with 0.4.2, and 0.5.0 respectively…