suwanny / ember-js-getting-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-js-getting-started

A barebones Ember.js app, which can easily be deployed to Heroku using the open source Heroku Ember Buildpack.

This app is deployed as a static app, if you would like to try a one click deploy of a FastBoot app check out this branch.

Prerequisites

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

Running Locally

$ git clone git@github.com:heroku/ember-js-getting-started.git
$ cd ember-js-getting-started
$ yarn install
$ ember server

Your app should now be running on localhost:4200.

Deploying to Heroku

$ heroku create --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz
$ git push heroku master
$ heroku open

or

Deploy

Documentation

About


Languages

Language:HTML 53.9%Language:JavaScript 41.0%Language:CSS 5.1%