https://github.com/royk/innovative_travel
https://github.com/royk/innovative_travel
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/royk/innovative_travel
- Owner: royk
- Created: 2015-10-12T13:48:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-13T16:20:45.000Z (almost 11 years ago)
- Last Synced: 2025-02-16T20:48:42.262Z (over 1 year ago)
- Language: JavaScript
- Size: 336 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Innovative-travel
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Bower](http://bower.io/)
* [Ember CLI](http://www.ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)
## Installation
* `git clone ` this repository
* change into the new directory
* `npm install`
* `bower install`
## Running / Development
* `ember server`
* Visit your app at [http://localhost:4200](http://localhost:4200).
### Running Tests
* Visit [http://localhost:4200/tests](http://localhost:4200/tests).
### Building
* `ember build` (development)
* `ember build --environment production` (production)