Skip to content

kelvin8773/ember-super-rentals

Repository files navigation

Super Rentals

Netlify Status

Super Rental Screen

Learn Ember.js by building and customizing this project from stratch.

I learn many major concepts of Ember.js from these tutorial series, such as:

  • Template as component (Different from React)
  • Ember CLI (Generate boilerplate code for you)
  • Writing Acceptance Test & Unit Tests (Use Qunit test framework)
  • Writing interative components and manage state
  • Working with Routing and Data Fetching
  • Working with Data Model

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd super-rentals
  • 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)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

ember.js framework learning project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published