/drupal-react-db-log

A proof of concept for using React in Drupal core on the DB Log page. For current efforts, see https://github.com/jsdrupal/drupal-admin-ui

Primary LanguageJavaScript

React Admin UI

Setup

Ensure you have a moderately recent version of Node.js (8.9.1LTS) and Yarn installed. Currently the bundle is not included as this is under active development.

cd js && yarn install && yarn run build:js

Development

The watcher will continuously build the bundle while you are working.

cd js && yarn install && yarn run watch:js