- Getting Started with Meteor.js JavaScript Framework(Second Edition)
- Isaac Strack
- 213字
- 2021-07-16 13:49:09
Chapter 1. Setup and Installation
Under the hood, Meteor is really just a bunch of files and scripts, which are designed to make the building of a web application easier. That's a terrible way to describe something so elegant, but it helps us to better understand what we're using.
After all, Mila Kunis is really just a bunch of tissue wrapped around bone, with some vital organs inside. I know you hate me now for that description, but you get the point. She's beautiful. So is Meteor. But it doesn't do us any good to just leave it at that. If we want to reproduce that type of beauty on our own, we have to understand what's really going on.
So, files and scripts… We're going to walk you through how to get the Meteor package properly installed on your Linux or Mac OS X system, and then see the package of files and scripts in action.
Note
Windows is now officially supported (Yay!) so you can follow along using the new Windows installation if you would like. Information can be found at https://www.meteor.com/install.
In this chapter, you will learn the following topics:
- Downloading and installing Meteor via curl
- Loading an example application
- Making changes and watching Meteor in action
- C語言程序設計教程
- Python程序設計教程(第2版)
- DevOps with Kubernetes
- Java入門很輕松(微課超值版)
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Visual C++數字圖像處理技術詳解
- Python機器學習經典實例
- Python Data Structures and Algorithms
- Mastering Apache Storm
- Zabbix Performance Tuning
- Struts 2.x權威指南
- OpenCV Android Programming By Example
- Java程序設計實用教程(第2版)
- Mastering ASP.NET Web API