Skip to content

A non-standard set of initial configurations and addons, my preferred starting place

License

Notifications You must be signed in to change notification settings

mshafir/ember-starterapp

Repository files navigation

starterapp

This is an ember starting application. It includes the following non-standard defaults cconfiguration:

Setup

  • yarn
  • pod structure
  • jsonapi adapter

Addons

  • ember-cli-sass
  • ember-font-awesome
  • ember-composable-helpers
  • ember-truth-helpers
  • ember-component-css
  • liquid-fire
  • ember-data-storefront

To begin your own project, you can replace all occurrences of 'starterapp' with your applications name and begin. This my preferred starting place for an ember app.

Replace this section with information about your application.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd starterapp
  • yarn 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

  • yarn lint:js
  • yarn lint:js --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

A non-standard set of initial configurations and addons, my preferred starting place

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages