Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.35 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.35 KB

Fugl-frontend

This is the frontend for fugl api. We decided we are too cool for AngularJS so we are going to use Ember.js.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/dealie16/fugl-frontend.git this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

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

Get your self a server, set it up, and then let us host it there

Further Reading / Useful Links