E44: Meteor Hello World

The goal of this experience is to practice our “standard practice” for working with Meteor:

Install Meteor

After installing the correct version of Node, you can install Meteor. Please read these instructions carefully.

Note for Windows users: You must run the Windows installer as Admin in order for the installer to set the PATH correctly.

Be sure to check the readings for helpful “tips” regarding Meteor.

Steps

Now, try it yourself:

  1. Create a GitHub repo called “meteor-hello-world”.

  2. Clone it to your local file space.

  3. cd into your local meteor-hello-world directory.

  4. Use meteor create meteor-hello-world to create an app called “meteor-hello-world” inside your repo.

  5. Change the name of the meteor-hello-world subdirectory to app/.

  6. cd into the app/ directory, run meteor run to run the app. Go to https://localhost:3000 to see the app. You can ignore the warning about subscriptions and Meteor.publish().

  7. Create/Open an IntelliJ project called “meteor-hello-world” that points to your repo.

  8. Edit app/imports/ui/App.jsx and check to see that Meteor restarts and refreshes the page automatically.

  9. Commit your project to GitHub.

  10. Check to see that your project is saved on GitHub.

Submission instructions

By the time and date indicated on the Schedule page, submit this assignment via Laulima.

Your submission should contain a link to the GitHub repository you created. Make sure you include the complete URL so that I can click on it in my mailer. Note: the final commit to this repo must have been made before the submission time and date, otherwise you will not receive credit for this assignment.

You must now grant read access to this repo to the TA for your section. To do this: