GitXplorerGitXplorer
s

ember-dataviz-demo

public
6 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
282f12d37188d9f5bad6d62f81fb1222fe0616f5

Update README.md

sspencer516 committed 6 years ago
Unverified
ff9b1fb9565c9402b79433e81a625e30c1992a00

add all the other stuffs

sspencer516 committed 6 years ago
Unverified
ffa1284856c02bf1d90a91113528ae926df326a3

initial state

sspencer516 committed 6 years ago
Unverified
81922116655d0feb94d5d39a7a2bcfaee15a0ee0

Initial Commit from Ember CLI v3.4.1

eember-tomster committed 6 years ago

README

The README file for this repository.

Slides from the Corresponding Ember Camp Talk

https://spencer516.github.io/ember-dataviz-demo

ember-dataviz-demo

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.

Installation

  • git clone <repository-url> this repository
  • cd ember-dataviz-demo
  • npm 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

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links