Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephanebruckert/fizzbuzz-spa
https://github.com/stephanebruckert/fizzbuzz-spa
client ember fizzbuzz
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stephanebruckert/fizzbuzz-spa
- Owner: stephanebruckert
- Created: 2017-03-13T21:02:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T09:46:18.000Z (almost 8 years ago)
- Last Synced: 2024-11-03T14:41:54.240Z (3 months ago)
- Topics: client, ember, fizzbuzz
- Language: JavaScript
- Homepage: http://fibuzz.herokuapp.com
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzBuzz-spa
FizzBuzz client built with Ember.js. Data comes from the [FizzBuzz-api](https://github.com/stephanebruckert/FizzBuzz-api).
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Bower](https://bower.io/)
* [Ember CLI](https://ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)## Installation
* `git clone ` this repository
* `cd fizz-buzz-spa`
* `npm install`
* `bower install`## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`### Building
* `ember build` (development)
* `ember build --environment production` (production)### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)