https://github.com/patocallaghan/widescreend-ember
https://github.com/patocallaghan/widescreend-ember
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patocallaghan/widescreend-ember
- Owner: patocallaghan
- Created: 2016-07-04T20:48:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T21:16:20.000Z (over 7 years ago)
- Last Synced: 2025-01-27T17:54:04.970Z (5 months ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Widescreend
## 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 my-app`
* `npm install`## Running / Development
* `ember server`
* `node node_modules/ember-cli/bin/ember serve` if not
* Visit your app at [http://localhost:4200](http://localhost:4200).## 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/)