Không có mô tả

Frederic G. MARAND 027d6dc596 Commit 12-6: Use a single post subscription to ensure that we can always see the right post. 10 năm trước cách đây
.meteor aa3c838092 Commit 11-2: Display notifications in the header. 10 năm trước cách đây
client 6a36630b33 Commit 12-5: Add a spinner to make pagination nicer. 10 năm trước cách đây
lib 027d6dc596 Commit 12-6: Use a single post subscription to ensure that we can always see the right post. 10 năm trước cách đây
server 027d6dc596 Commit 12-6: Use a single post subscription to ensure that we can always see the right post. 10 năm trước cách đây
.editorconfig ce211ba6d9 JSHint coding standards. 10 năm trước cách đây
.gitignore ae7df74636 Chapter 4: collections. Working without autopublish. 10 năm trước cách đây
.jshintignore ce211ba6d9 JSHint coding standards. 10 năm trước cách đây
.jshintrc 928f12edb9 Commit 12-3: Refactored postsLists route into a RouteController. 10 năm trước cách đây
LICENSE.txt aa3c838092 Commit 11-2: Display notifications in the header. 10 năm trước cách đây
README.markdown aa3c838092 Commit 11-2: Display notifications in the header. 10 năm trước cách đây
README.nitrous.md aa3c838092 Commit 11-2: Display notifications in the header. 10 năm trước cách đây

README.markdown

Microscope

Microscope is a simple social news app that lets you share links, comment, and vote on them.

It was built with Meteor as a companion app to The Meteor Book, and is the "little brother" of Telescope, the (much more complex) open-source social news app that was the inspiration for the book.

Microscope itself is free and open-source, and is a good example of common Meteor app patterns such as:

  • Routing
  • User Accounts
  • Notifications
  • Errors
  • Publications/Subscriptions
  • Permissions

This Repository

The commits to this repository are organized in a very linear fashion, corresponding to progress throughout the book. Commits are tagged in the format chapterX-Y, indicating the Yth commit of chapter X.

Also, note that as the book focuses on development, all CSS is committed in a single commit early on.

Branches

There are 2 branches in this repository which correspond to advanced code that is covered in sidebars of the book, and outside of the main code progression. They are tagged sidebarX-Y, corresponding to the sidebar number in the book.

Developing on Nitrous.IO

Start hacking on this app on Nitrous.IO in seconds:

Hack DiscoverMeteor/Microscope on
Nitrous.IO