Skip to content

nevos/drupal-8-rest-angularjs

 
 

Repository files navigation

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 .

About

Test angularjs frontend for Drupal 8 ReST

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • CSS 9.8%