Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.

jdaviderb/ember-best-practices-boilerplate

Repository files navigation

An ember Boilerplate with the bests practices
https://ember-bests-practices.herokuapp.com/

Build Status Code Climate Test Coverage

Deploy

Quick start

 git clone https://github.com/jdaviderb/ember-best-practices-boilerplate.git you-project
 cd you-project
 npm install
 npm start

with docker:

  git clone https://github.com/jdaviderb/ember-best-practices-boilerplate.git you-project
  cd you-project
  docker-compose run node npm install
  docker-compose up

Deploy to production

PENDING

Features

  • Without jquery
  • Progressive Web App default
  • Internationalization default
  • Prettier default
  • Avoid promises with ember concurrency
  • Offline availability without a network connection from the instant your users load the app

List of addons we are using in this project:

  • ember-concurrency: that makes it easy to write concise, robust, and beautiful asynchronous code.
  • ember-cli-fastboot: Server-side rendering for Ember.js apps
  • ember-fetch: fetch
  • ember-intl: Translate simple to complex messages
  • ember-cli-dotenv Dotenv for your ember app through ember-cli
  • eslint-plugin-ember-best-practices Static analysis tools for enforcing best practices in Ember

Screenshots