Skip to content
/ Ember-template Public template

Is a template that Ember projects can be started from with all development and production setup built in.

Notifications You must be signed in to change notification settings

predictXbio/Ember-template

Repository files navigation

Ember-template

Is a template that Ember projects can be started from with all development and production setup built in.

Installation

  • git clone https://github.com/Machine-Translation/Ember-template
  • docker-compose up --build
  • docker-compose run --service-ports web /bin/sh
  • (Inside container) yarn install
  • exit (get out of container)

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate, or ember g --help for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

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

Deploying

Will come later...

Further Reading / Useful Links

About

Is a template that Ember projects can be started from with all development and production setup built in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published