react-expression-tree
v1.0.35
Published
Create expression trees
Readme
Expression Tree
This is the core React component used in expressiontutor.org.
See src/components/ExpressionTreeEditor/ for up-to-date usage information.
View in Styleguidist
To view the available components in a browser while developing them (supports hot code reload):
npm run startThen open http://localhost:6060/. This is based on React Styleguidist.
Test
There is a small number of tests you can run:
npm run testThis is based on Jest.
