Boilerplate collection
Ember CLI is the official command line utility used to create, build, serve, and test Ember.js apps and addons.
It provides a consistent project structure, a powerful addon system, and a fast Broccoli-powered build pipeline. Whether you are looking for a zero-config experience or the ability to make your own customizations, Ember CLI has the tools you need.
npm install -g ember-cli
ember new my-new-app
cd my-new-addon
ember build
ember serve
Handpicked Collection of starter boilerplates for your next side-project, be it with React, Vue, Node, Meteor, Backbone etc.