Meteorite is a Meteor installer, and smart-package manager wrapped around the meteor command line interface. (Inspired by gem, bundler, rvm and Meteor)
Meteorite enables developers to create and share 3rd party Smart Packages. To view publicly available Smart Packages visit http://atmosphere.meteor.com
To begin install meteorite globally
npm install -g meteorite
Create a new project using the meteor create command.
mrt create presentski
cd presentski
NOTE: throughout this tutorial we will be using the Meteorite command (mrt
), in some cases this command simply wraps the meteor
command
Start the Meteor server using the mrt
command
mrt
visit http://localhost:3000 to view your project