Skip to content

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

Notifications You must be signed in to change notification settings

dougvann/drupal-react-db-log

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.1%
  • PHP 3.9%