kadirahq / mantra

Mantra - An Application Architecture for Meteor
https://kadirahq.github.io/mantra/
977 stars 50 forks source link

Kickstart Template #36

Open wbashir opened 8 years ago

wbashir commented 8 years ago

Will there be or is there already a current kickstarter template for those of us wanting to convert an existing monolith meteor application or start a new one?

pablolarvor commented 8 years ago

Hi, Is this what your are looking for ? https://github.com/mantrajs/meteor-mantra-kickstarter

makstr commented 8 years ago

@wbashir I am just working to update the template to be inline with the modules branch

wbashir commented 8 years ago

@pablolarvor thanks for the reference. @Makstr Awesome! I will wait for the modules branch to be merged unless the spec isn't ready yet.

tomitrescak commented 8 years ago

Hi, here is an alternative for you: https://github.com/tomitrescak/Meteor-Boilerplate-Webpack-Mantra-Typescript

This one is using the webpack to support hot code reload and native npm support. It also fully ports Mantra to Typescript if interested.

makstr commented 8 years ago

@wbashir I just updated https://github.com/mantrajs/meteor-mantra-kickstarter/.

sandervanhooft commented 8 years ago

Have been working with the kickstarter for over a week now, absolutely loving it. (Not yet looked into the one mentioned by @tomitrescak

Edit: just looked into Tomtrescak's repo link and it seems to be no longer maintained.

makstr commented 8 years ago

Sorry for the delays, I was away busy with daily work, I will be updating and pulling in the next couple of day and will try to get everything up to date

sandervanhooft commented 8 years ago

No problem, just let me know if I can help you get things going. Kickstarter looks promising. Thanks for your efforts so far!

tomitrescak commented 8 years ago

@sandervanhooft it is, but at the official mantrajs repository here: https://github.com/mantrajs/kickstart-mantrajs-webpack

there is also a typescript version at https://github.com/mantrajs/kickstart-mantrajs-webpack-typescript

The biggest difference between two is that mine uses webpack and Meteor 1.2 with all that comes with webpack, pros and cons.

[edit] and just not to confuse more people I changed the message in the readme ;)

sandervanhooft commented 8 years ago

That's interesting. Perhaps these should be mentioned in the public website too?