Chapter 1. Optimizing Your Workflow
In this chapter, we will cover the following topics:
- Installing Meteor
- Finding documentation for Meteor
- Getting help with questions
- Setting up your project file structure
- Setting up your development environment
- Using the web console
- Deploying a test app to Meteor
- Deploying to Meteor using a CNAME redirect
- Deploying to a custom hosted environment
- Deploying with Meteor Up (MUP)
- Using CoffeeScript
- Using CSS compilers
Introduction
Welcome to the wonderful world of Meteor! This chapter will walk you through some of the best practices for optimizing your Meteor workflow. From installing Meteor to deploying your finished application on your own custom server, the recipes found here will get you up and running and provide a great reference as you start working with Meteor on a daily basis.
Installing Meteor
The folks at Meteor have made installation a breeze. As long as the system you're working on (Linux or Mac OS X) is reasonably up to date, installing Meteor...