Skip to content

Commit 25ea45e

Browse files
committed
added chapters
1 parent e1ba455 commit 25ea45e

26 files changed

+201
-0
lines changed

01-introduction.md.erb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Introduction
3+
slug: introduction
4+
date: 0001/01/01
5+
number: 1
6+
contents: Learn what makes Meteor special.|Read about the story of this book.|Learn how this book is organized.
7+
---

02-getting-started.md.erb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Getting Started
3+
slug: getting-started
4+
date: 0002/01/01
5+
number: 2
6+
contents: Install Meteor & Meteorite.|Learn about the 5 types of Meteor packages.|Setup the file structure of your Meteor app.
7+
---

02s-deploying.md.erb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Deployment
3+
slug: deploying
4+
date: 0002/01/02
5+
number: 2.5
6+
sidebar: true
7+
contents: Learn how to deploy on Meteor.com.|Learn how to deploy on Modulus.|Learn how to deploy on your own server using Meteor Up.
8+
---

03-templates.md.erb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Templates
3+
slug: templates
4+
date: 0003/01/01
5+
number: 3
6+
contents: Learn about Meteor's templating language, Handlebars.|Create your first three templates.|Learn how Meteor managers work.|Get a basic prototype working with static data.
7+
---

03s-using-github.md.erb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Using Git & GitHub
3+
slug: github
4+
date: 0003/01/02
5+
number: 3.5
6+
sidebar: true
7+
contents: Learn how to use GitHub to follow along with the book.
8+
---
9+

04-collections.md.erb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Collections
3+
slug: collections
4+
date: 0004/01/01
5+
number: 4
6+
contents: Learn about Meteor's core feature, realtime collections.|Understand how Meteor's data synchronization works.|Integrate collections with our templates.|Turn our basic prototype into a functioning realtime application!
7+
---
8+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Publications and Subscriptions
3+
slug: publications-and-subscriptions
4+
date: 0004/01/02
5+
number: 4.5
6+
sidebar: true
7+
contents: Understand how publications and subscriptions work.|Learn what the default Autopublish package does.|See a few more examples of publication patterns.
8+
---

05-routing.md.erb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Routing
3+
slug: routing
4+
date: 0005/01/01
5+
number: 5
6+
contents: Learn about routing in Meteor.|Create post discussion pages, with unique URLs.|Learn how to link to those URLs properly.
7+
---
8+

05s-the-session.md.erb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: The Session
3+
slug: the-session
4+
date: 0005/01/02
5+
number: 5.5
6+
sidebar: true
7+
contents: Learn about the Meteor Session|Learn about the autorun function|Learn about Hot Code Reload
8+
---

06-adding-users.md.erb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Adding Users
3+
slug: adding-users
4+
date: 0006/01/01
5+
number: 6
6+
contents: Learn about user accounts in Meteor.|Add all the authentication we'll need for Microscope.|Use the built-in accounts-ui package to get an instant user interface.
7+
---
8+

0 commit comments

Comments
 (0)