Skip to content
This repository was archived by the owner on Jun 24, 2019. It is now read-only.

BuildEmpire/Ember-vs-React-Ember

Repository files navigation

Ember-vs-React-Ember

This project is the Ember code relating to the Ember vs React— the ultimate battle (Round 1) and Ember vs React - round 2 articles.

This is a very basic example of how to get started with Ember. It uses firebase for data persistence and sass for styling.

Common Commands

ember serve - Starts the project and go to localhost:4200 to view the project

ember test - Runs the tests

Firebase

  1. You need to make a firebase account.

  2. Create a project

  • Click on database tab
  • Click real time database
  • Click start in test mode
  1. Go to overview page

  2. Click 'Add firebase to your web app'

  3. Create a file called firebase.js in the config folder. And copy the firebase object into it so it looks similar to this:

module.exports = {
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: ""
  };

And then you will have your own firebase setup.

Articles:

Ember vs React— the ultimate battle (Round 1)

Ember vs React - Round 2

About

Ember Code related to the Ember vs React Medium Article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •