WebFund 2014W: Tutorial 2

From Soma-notes
Revision as of 16:34, 16 January 2014 by Soma (talk | contribs)
Jump to navigation Jump to search

For this tutorial first download and run form-demo. Then, you should try to do two things:

  • Figure out what happens when you delete six distinct lines from the application of your choosing. In other words, delete a line, restart the web app, see what happened. You should delete at least one line from app.js, views/layout.jade, view/index.jade, and routes/index.js.
  • Change the output page views/add.jade to use a bootstrap list with an embedded table, as described in the bootstrap reference. In other words, make the output into a pretty table. To do this you'll need to better understand the syntax of Jade.