This repository is the stable base upon which we build our Ember.js projects at Mirego.
We want to share it with the world so you can build awesome Ember.js applications too.
This boilerplate comes with batteries included, you’ll find:
- A battle-tested production-ready FastBoot server
- Tests with mocha, with coverage
- Linting with tslint, eslint, stylelint and ember-template-lint
- Formatting with Prettier
- A GraphQL setup powered by Apollo
- Translations powered by ember-intl
- TypeScript
- ember-decorators
- CSS modules with Sass/SCSS
- A clean and useful
README.md
template (in both english and french)
- Clone this project (
git clone https://github.com/mirego/ember-boilerplate.git
) - Delete the internal Git directory (
rm -rf .git
) - Run the project renaming script (
./boilerplate-setup.sh your-project-name
) - Delete the project renaming script (
rm -rf ./boilerplate-setup.sh
) - Create a new Git repository (
git init
) - Create the initial Git commit (
git commit -a -m "Initial commit"
)
Ember Boilerplate is © 2015-2019 Mirego and may be freely distributed under the New BSD license. See the LICENSE.md
file.
The glasses logo is based on this lovely icon by Daniela Baptista, from The Noun Project. Used under a Creative Commons BY 3.0 license.
Mirego is a team of passionate people who believe that work is a place where you can innovate and have fun. We’re a team of talented people who imagine and build beautiful Web and mobile applications. We come together to share ideas and change the world.
We also love open-source software and we try to give back to the community as much as we can.