Difference between revisions of "Meteor"
From Wiki2
(Created page with " https://atmosphere.meteor.com/ packages by community [https://atmosphere.meteor.com/wtf/app wtf] Running the app :With the smart package installed and smart.json in place yo...") |
|||
Line 4: | Line 4: | ||
Running the app | Running the app | ||
:With the smart package installed and smart.json in place you can now run your app using Meteorite to start using the newly installed package. | :With the smart package installed and smart.json in place you can now run your app using Meteorite to start using the newly installed package. | ||
mrt -p 3333 | |||
mrt -p 3333 |
Revision as of 22:41, 10 January 2014
https://atmosphere.meteor.com/ packages by community wtf
Running the app
- With the smart package installed and smart.json in place you can now run your app using Meteorite to start using the newly installed package.
mrt -p 3333