项目作者: deadlyfingers

项目描述 :
ToDo example app using ember-cli and Azure Mobile Services
高级语言: JavaScript
项目地址: git://github.com/deadlyfingers/ember-cli-todo-app-azure.git
创建时间: 2015-02-28T17:41:00Z
项目社区:https://github.com/deadlyfingers/ember-cli-todo-app-azure

开源协议:MIT License

下载


ember-cli Todo app

Todo app example using ember-cli and Azure Mobile Services.

Getting started with Azure Mobile Services

  • Create Azure Mobile Service
  • Create ‘TodoItem’ table.
  • Copy & paste your Azure Mobile Service connection strings into ‘app/services/azure.js’ lines 61-62.

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.