Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ember-learn/super-rentals
Codebase for the Super Rentals official tutorial
https://github.com/ember-learn/super-rentals
ember emberjs
Last synced: 5 days ago
JSON representation
Codebase for the Super Rentals official tutorial
- Host: GitHub
- URL: https://github.com/ember-learn/super-rentals
- Owner: ember-learn
- Created: 2016-01-28T19:05:31.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:46:20.000Z (3 months ago)
- Last Synced: 2024-10-30T02:53:34.928Z (3 months ago)
- Topics: ember, emberjs
- Language: JavaScript
- Homepage: https://guides.emberjs.com/release/tutorial/
- Size: 5.15 MB
- Stars: 166
- Watchers: 26
- Forks: 178
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![This project uses GitHub Actions for continuous integration.](https://github.com/ember-learn/super-rentals/workflows/CI/badge.svg)](https://github.com/ember-learn/super-rentals/actions?query=workflow%3ACI)
# Super Rentals
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
This is a working repository for the Super Rentals tutorial,
which you can check out at https://guides.emberjs.com/release/tutorial/.## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/)
* [Yarn](https://yarnpkg.com/)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)
* A [Mapbox API token](https://account.mapbox.com/access-tokens/) (with the "styles:tiles" scope)## Installation
* `git clone ` this repository
* `cd super-rentals`
* `yarn install`## Running / Development
* `MAPBOX_ACCESS_TOKEN=YOUR_TOKEN 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`### Linting
* `yarn lint:hbs`
* `yarn lint:js`
* `yarn lint:js --fix`### Building
* `MAPBOX_ACCESS_TOKEN=YOUR_TOKEN ember build` (development)
* `MAPBOX_ACCESS_TOKEN=YOUR_TOKEN 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/)