Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixelhandler/ember-app-kit-example-with-bloggr-client
Bloggr client application using Ember App Kit
https://github.com/pixelhandler/ember-app-kit-example-with-bloggr-client
Last synced: about 2 months ago
JSON representation
Bloggr client application using Ember App Kit
- Host: GitHub
- URL: https://github.com/pixelhandler/ember-app-kit-example-with-bloggr-client
- Owner: pixelhandler
- License: mit
- Created: 2013-11-04T00:29:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-24T15:58:08.000Z (over 10 years ago)
- Last Synced: 2024-10-15T07:51:14.271Z (2 months ago)
- Language: JavaScript
- Size: 165 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example of the Bloggr client app using Ember App Kit
## Installation
### Preconditions
1. Install `node`
1. Install `npm`Then
```
git clone [email protected]:pixelhandler/ember-app-kit-example-with-bloggr-client.git
cd ember-app-kit-example-with-bloggr-client
npm install -g grunt-cli
npm install
```## Running the App
Whilst still in the `ember-app-kit-example-with-bloggr-client` project directory:
```
grunt server
```Browse [localhost:8000](http://localhost:8000)
## Ember App Kit
* [Project Documentation Site](http://stefanpenner.github.io/ember-app-kit/)
* [Getting Started Guide](http://stefanpenner.github.io/ember-app-kit/guides/getting-started.html)## Bloggr Client
* [Bloggr Client](https://github.com/tildeio/bloggr-client)
* The Source for the Ember Get Excited Video, by Tilde Inc.## License
Ember App Kit, Copyright 2013 by Stefan Penner and Ember App Kit Contributors, and licensed under the MIT License. See included
[LICENSE](/stefanpenner/ember-app-kit/blob/master/LICENSE) file for details.