Skip to content

AlexisMelo/tds-emberjs

Repository files navigation

emberJs - Initiation

The point of this repository is to give several exemples of how to get started with EmberJs

Deploying

This app has no real interest in being deployed on a server but rather being installed locally to see what can be done with EmberJs and give examples

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd ember-td1
  • npm 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

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

Building

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

Further Reading / Useful Links

ember_tds

About

Practical examples fork for an EmberJS course in DUT

Topics

Resources

Stars

Watchers

Forks