Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arashm/ember-middleman-template

An EmberJs Starter Template With Middleman
https://github.com/arashm/ember-middleman-template

Last synced: 7 days ago
JSON representation

An EmberJs Starter Template With Middleman

Awesome Lists containing this project

README

        

ember-middleman-template
========================

An EmberJs Starter Template With Middleman

What it does
============
- Precompile Js/CSS and templates
- Supports coffeescript
- Uses livereload to reload the page

Simple & straitforward

How-To
======
First install dependencies:

```bash
bundle install
```

To run the server type:

```bash
bundle exec middleman server
```