This project is based on angular-seed
This project tries to reimplement the Bartik theme from Drupal 8 as an AngularJS webapplication communicating with Drupal through ReST
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 .