yeast-react-renderer
v1.1.9
Published
A React component to render a yeast document
Readme
yeast-react-renderer
The yeast-react-renderer project provides a React component to render yeast documents in a React app.
Getting Started
Prerequisites
Use the designated version of node and install dependencies:
nvm use
npm iCompile
Run npm run build to compile the TypeScript source into a JavaScript module with TypeScript typings.
Tests
Run npm run test to run the Jest unit tests.
