Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 830 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 830 Bytes

This project is based on angular-seed

Drupal 8 Rest AngularJS

This project tries to reimplement the Bartik theme from Drupal 8 as an AngularJS webapplication communicating with Drupal through ReST

Getting Started

All dependencies are managed with npm and bower. To start clone this repository and run:

$ npm install
$ npm start
  ^C

Drupal 8 ReST doesn't support CORS yet so the app directory should be hosted on the same hostname and port as the Drupal 8 instance running the ReST api. The easiest way is to copy or symlink the app directory from this repo to to root of your Drupal 8 installation.

# Go to your Drupal 8 root directory
$ cd /var/www/drupal
$ ln -s /path/to/drupal-8-rest-angularjs/app .