poteto / ember-gsg-reference

Getting started with Ember.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember-getting-started

Circle CI

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
  • change into the new directory
  • npm install
  • bower install

Running / Development

First, create a new Firebase app, and then note down the URL. Make a copy of .env.example and save it as .env, with your URL like so:

FIREBASE_URL=app-url
TYPEKIT_ID=typekit-id 

You can also add a Typekit ID if you have one.

Seed data

To get some seed data into your Firebase instance, a seed script is included. To run it simply execute npm run seed from the project root, and you will have some cities and listings.

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

Getting started with Ember.js


Languages

Language:CSS 66.8%Language:JavaScript 28.1%Language:Handlebars 3.1%Language:HTML 2.0%