code-for-coffee / IntroductionToHandlebars

Repository for my talk at jsChi()

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Handlebars.js

Repository for my talk at js.chi() on May 19th, 2015

####A recording of the talk may be seen here

##Pre-requirements Hi there! This Introduction to Handlebars is designed to be followed along with. The entire talk will reference specific points in this repository. If you want to follow along, please perform the following steps:

  1. To run the code, you will need Node.js
  2. Open Node.js and verify that it works! - Windows users will need to open the Node.js Console application that is installed - Mac and Linux users will just need to open the terminal - Inside of your terminal/console, run the following command to see what version of Node you're running: - node -v
  3. Now, let's install Express and Handlebars! Run the following commands in your terminal: - npm install -g express - npm install -g handlebars
  4. If everything worked you're all set! If something did not work correctly, please create a new issue in this repository and I'll do my best to assist.

You may also check out the talk outline!

- Covers Rails, Node, ASP.NET usage - Links to all sorts of official documentation

About

Repository for my talk at jsChi()


Languages

Language:JavaScript 70.4%Language:HTML 20.7%Language:Handlebars 4.9%Language:CSS 3.9%