Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robert-96/ember-build-time-data-demo
A demo application that uses ember-build-time-data.
https://github.com/robert-96/ember-build-time-data-demo
ember
Last synced: 2 days ago
JSON representation
A demo application that uses ember-build-time-data.
- Host: GitHub
- URL: https://github.com/robert-96/ember-build-time-data-demo
- Owner: Robert-96
- License: mit
- Created: 2020-08-04T20:56:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T21:43:31.000Z (over 4 years ago)
- Last Synced: 2024-11-29T04:28:09.526Z (2 months ago)
- Topics: ember
- Language: JavaScript
- Homepage: https://robert-96.github.io/ember-build-time-data-demo/
- Size: 391 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ember-build-time-data-demo
[![Build Status](https://travis-ci.org/Robert-96/ember-build-time-data-demo.svg?branch=master)](https://travis-ci.org/Robert-96/ember-build-time-data-demo)
A demo application that uses `ember-build-time-data`.
## 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 https://github.com/Robert-96/ember-build-time-data-demo.git` this repository
* `cd ember-build-time-data-demo`
* `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`### Linting
* `npm run lint:hbs`
* `npm run lint:js`
* `npm run lint:js -- --fix`### 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/)