An example REST client made with React and Redux. Using the DnD5e API.
There is an online demo site which always reflects the latest version, taken from the master branch.
And a development demo site, taken from the development branch.
First of all install the dependencies:
npm install
Then there are two options for building the project.
You can create a development version:
npm run development
Or a production version:
npm run build
There is a script ready for running tests:
npm run test
Once the project has been built it can be deployed locally for testing:
npm run start
Any kind of help with the project will be well received, and there are two main ways to give such help:
Issues are managed at the GitHub project issues tracker, where any Github user may report bugs or ask for new features.
If you wish to fork or modify the code, visit the GitHub project page, where the latest versions are always kept. Check the 'master' branch for the latest release, and the 'develop' for the current, and stable, development version.
The project has been released under the MIT License.