derrabauke / my-ember-playground

Introduction to ember.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-ember-playground

Welcome to my ember playground! This is the example app one will build while wokring through the ember tutorioal.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd em-app
  • 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
  • npm run lint:fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Introduction to ember.js


Languages

Language:JavaScript 75.2%Language:Handlebars 10.6%Language:SCSS 8.9%Language:HTML 5.3%