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

https://github.com/yougotwill/super-rentals

Completed EmberJS Super Rentals Tutorial with additional notes
https://github.com/yougotwill/super-rentals

ember javascript

Last synced: 2 months ago
JSON representation

Completed EmberJS Super Rentals Tutorial with additional notes

Awesome Lists containing this project

README

          

# super-rentals

This repo contains the completed EmberJS [Super Rentals](https://guides.emberjs.com/v2.17.0/tutorial/ember-cli/) tutorial along with my [Notes](/NOTES.md) for EmberJS which I will clean and update at a later stage.

## Note: This project does not contain the unit testing code currently.

## Prerequisites

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

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)

## Installation

* `git clone ` this repository
* `cd super-rentals`
* `npm install`

## Running / Development

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

### 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](https://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/)