Skip to content

bytheway875/emberitas-intermediate-example

Repository files navigation

Workshop Sample App - Emberitas Intermediate 2016

This is the Sample Application for the Intro To Ember workshop at Emberitas Austin on July 16th, 2016. Workshop notes are located here.

It continues to be a work in progress. If you find a bug, feel free to fork the repo and create a PR or create a Github Issue and I'll look into it!

You may also request new features in Github Issues.

Live Demo Site

Check out the demo site on pagefront: https://emberitas-intermediate.pagefrontapp.com/

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

Further Reading / Useful Links

About

The Emberitas Intermediate Example app for Emberitas on July 16 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published