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

https://github.com/netgusto/ember-cli-cal-demoapp

Demo app for ember-cli-cal
https://github.com/netgusto/ember-cli-cal-demoapp

Last synced: 9 months ago
JSON representation

Demo app for ember-cli-cal

Awesome Lists containing this project

README

          

# ember-cli-cal-demoapp

Demo app for [ember-cli-cal](https://github.com/netgusto/ember-cli-cal), the calendar component for ember-cli.

See for an online demo.

![](http://netgusto.com/images/ember-cal.png)

## Installation

* `git clone` this repository
* `npm install`
* `bower install`

## Running

* `ember server`
* Visit your app at http://localhost:4200.

## Building

* `ember build`

For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).