# express-amdblah

A demo app in node.js using express, RequireJS, Handlebars both on server and client side, Backbone.js, i18next, Moment.js and Bootstrap.

## Getting Started

In order to get started, you neet to install Grunt's command line interface (CLI) globally

```shell
$ npm install -g grunt-cli
```

Install node dependencies

```shell
$ npm install
```

Install and layout bower packages

```shell
$ grunt bower-install
```

Launch the demo application

```shell
$ grunt server
```
