boztek / ember-drupal-demo-front

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend-app

Running the app

Checkout code

git clone https://github.com/boztek/ember-drupal-demo-front.git

Download dependencies:

cd ember-drupal-demo-front
npm install
bower install
curl -o vendor/gmaps.js https://maps.googleapis.com/maps/api/js\?v\=3.22

Run the dev server

ember s

To run the app with a real Drupal backend, proxy the API calls. For example if running a Drupal CMS locally at http://127.0.0.1:8088 then run

ember s --proxy http://127.0.0.1:8088

instead.

Same application before Drupal chosen as data source

See the tag before-drupal (https://github.com/boztek/ember-drupal-demo-front/releases/tag/before-drupal).

Compare the differences in the payload fixture in mirage/config.js and the reflected data model in the models.

Prerequisites

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

About


Languages

Language:JavaScript 83.5%Language:HTML 16.5%