ludalex / easy-order

A sample Ember project to demonstrate an order taking application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easy-order

A sample Ember project to demonstrate an order taking application. Made with ember-cli, bootstrap for the template/CSS, velocity.js for animations and ember-data for data management.

Screenshot: easy-order screenshot

Prerequisites

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

Installation

  • git clone <repository-url> 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

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

A sample Ember project to demonstrate an order taking application.

License:GNU General Public License v2.0


Languages

Language:JavaScript 64.8%Language:Handlebars 27.4%Language:HTML 4.2%Language:CSS 3.6%