Meteor:
- Download and install Meteor.
- Create an Meteor app with the command 'meteor create app-name' 3.1. Replace the server and client folder with our server and client folder 3.2. Add the folder imports aswell 3.3. Delete aufgabe2 folder
- Run your app with the command 'meteor' -- make sure you're in the right directory
- Run in an other Terminal MongoDb with the command 'meteor mongo'
- Open your browser of choice and open 'http://localhost:3000' if not shown different in the Terminal
- Enjoy