Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmahalwy/ember-cli-browsersync
https://github.com/mmahalwy/ember-cli-browsersync
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmahalwy/ember-cli-browsersync
- Owner: mmahalwy
- License: mit
- Created: 2015-09-02T01:09:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T01:09:59.000Z (about 9 years ago)
- Last Synced: 2024-04-14T12:56:44.663Z (7 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ember-cli-browsersync
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone` this repository
* `npm install`
* `bower install`## Running
* `ember server`
* Visit your app at http://localhost:4200.## Running Tests
* `ember test`
* `ember test --server`## Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).