-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Building Single-page Web Apps with Meteor
By :

Having worked through the previous chapters, we should have a working blog by now. We can click on all links and posts, and even lazy load more posts.
In this chapter, we will add our backend login and create the admin user. We will also create the template to edit posts and make an edit button visible to the admin user so that they can edit and add new content.
In this chapter, we will learn the following concepts:
accounts
packageYou can delete all the session examples from the previous chapter, as we won't need them to progress with our app. Delete the session's code from my-meteor-blog/main.js
, my-meteor-blog/client/templates/home.js
, and my-meteor-blog/client/templates/home.html
, or download a fresh copy of the previous chapter's code.
If you've jumped right into the chapter and want to follow the examples, download the previous...
Change the font size
Change margin width
Change background colour