This project is intended for rendering and testing Genii components, it serves as an example implementation of a react app working with a GENII component. No new features beyond that which have already been added will be accepted in PR.
- Clone the repo
npm install
ornpm run install
- navigate to
localhost:3000
NB: This code uses legacy versions of React, Node and dependencies and as such requires legacy flags to run (these are already defined on the script commands in package.json). I fully intend to update this and companion repositories with modern versions and practices.