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.
-
Living style guide demo: http://fire-starter.surge.sh
-
Learn Ember demo: http://learn-ember-demo.surge.sh
-
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
-
learn-ember - a readme for each building block, and clear examples of each of the main concepts
-
basic - just the style rules - for other types of projects
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository (or using a desktop client like Tower)cd fire-starter
yarn
ornpm install
ember serve
to serve in development mode orember serve -prod
to serve in production mode- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests. (there are currently no tests)
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)
That's up to you. Currently using surge.sh (ember-surge)
- ember.js
- ember-cli
- Development Browser Extensions
- Ember community channel on Discourse
- Ember community forum