https://github.com/mrrobz/interview-code
A code sharing, collaboration web-app. A simple tool that can be used in phone interviews for efficient colaboration.
https://github.com/mrrobz/interview-code
collaboration interviewing
Last synced: 12 months ago
JSON representation
A code sharing, collaboration web-app. A simple tool that can be used in phone interviews for efficient colaboration.
- Host: GitHub
- URL: https://github.com/mrrobz/interview-code
- Owner: MrRobz
- License: mit
- Created: 2018-07-29T21:27:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T10:56:34.000Z (almost 8 years ago)
- Last Synced: 2025-06-06T23:39:59.457Z (about 1 year ago)
- Topics: collaboration, interviewing
- Language: JavaScript
- Size: 1.06 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# interview-code
This README outlines the details of collaborating on this Ember application.
A short introduction of this app could easily go here.
## 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 interview-code`
* `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/)