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
- Host: GitHub
- URL: https://github.com/t-sauer/glimmeroids
- Owner: t-sauer
- Created: 2017-04-29T17:40:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T17:37:08.000Z (over 8 years ago)
- Last Synced: 2024-05-02T00:10:11.304Z (about 2 years ago)
- Topics: asteroids, glimmerjs
- Language: TypeScript
- Homepage: https://www.t-sauer.io/Glimmeroids/
- Size: 317 KB
- Stars: 12
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)