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
- Host: GitHub
- URL: https://github.com/netgusto/ember-cli-cal-demoapp
- Owner: netgusto
- Created: 2014-10-02T14:18:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T15:42:08.000Z (about 11 years ago)
- Last Synced: 2025-04-13T00:36:34.933Z (9 months ago)
- Language: JavaScript
- Homepage: http://netgusto.github.io/ember-cli-cal-demoapp/dist/
- Size: 1.26 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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/).