Skip to content

An Emberjs skeleton for starting your project + A way to learn Emberjs

Notifications You must be signed in to change notification settings

sheriffderek/fire-starter

Repository files navigation

fire-starter

An Emberjs skeleton + some ideas on how to learn Ember

You could use it... but it's not 1.0.0 or anything exactly. It's meant to be forked - or cloned. Maybe later I'll version the style rules. But this is just a jumping off point.

Choose your own adventure (branch)

  1. live-style-guide - The addons you'll almost always install + a thoughtful set of style rules to get right to work + a starter style guide

  2. learn-ember - a readme for each building block, and clear examples of each of the main concepts

  3. basic - just the style rules - for other types of projects

Prerequisites

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

Installation

  • git clone <repository-url> this repository (or using a desktop client like Tower)
  • cd fire-starter
  • yarn or 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

That's up to you. Currently using surge.sh (ember-surge)

Further Reading / Useful Links

About

An Emberjs skeleton for starting your project + A way to learn Emberjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published