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

https://github.com/t-sauer/glimmeroids

Asteroids implementation using Glimmer.js
https://github.com/t-sauer/glimmeroids

asteroids glimmerjs

Last synced: about 1 year ago
JSON representation

Asteroids implementation using Glimmer.js

Awesome Lists containing this project

README

          

# Glimmeroids

Glimmer.js port of [Reacteroids](https://github.com/chriz001/Reacteroids).

## Demo

[http://www.t-sauer.io/Glimmeroids/](http://www.t-sauer.io/Glimmeroids/)

## Prerequisites

You will need the following things properly installed on your computer.

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Yarn](https://yarnpkg.com/en/)
* [Ember CLI](https://ember-cli.com/)

## Installation

* `git clone ` this repository
* `cd Glimmeroids`
* `yarn`

## Running / Development

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).

### Building

* `ember build` (development)
* `ember build --environment production` (production)

## Further Reading / Useful Links

* [glimmerjs](http://github.com/tildeio/glimmer/)
* [ember-cli](https://ember-cli.com/)