- Create a Drupal 7 site with RESTful module
- Enable "RESTful token auth" (
drush en restful_token_auth -y
) - Be ready to set CORS in your
settings.php
, according to the explanation in the Angular app
npm install
bower install
grunt serve
drush en restful_token_auth -y
)settings.php
, according to the explanation in the Angular appnpm install
bower install
grunt serve