llearn
Version:
Bad-ass developers create awesome apps
23 lines (20 loc) • 731 B
Markdown
# Handlebars test
- Start stopwatch (https://www.timeanddate.com/stopwatch/)
- Create web server
- Add 'about' and 'home' page to public folder
+ Add title to each page
+ Add copyright footer to each page + show current year
+ Add welcome message to home
+ Add links header to each page that ref. 'about' and 'home'
- Add hds and change pages to templates
+ Replace welcome with json data
+ Replace year with json data
+ Register helper 'currentYear' and 'upperCase'
= Use 'currentYear' in copyright
= use 'upperCase' in welcom message
- Register partials
+ Change header and footer to partials
- Stop stopwatch
# History
2018/06/09 - 7:30pm - (29:21.678)
- Current record 29:21)