arrow-react-engine
A ReactJS web route render engine for arrow.
In Arrow 2.0 the ReactJS web route render engine is not installed by default. The engine is still supported and can be manually registered using this module.
Getting started
After creating an Axway's API Builder application, you can install the dependencies:
npm install arrow-react-engine --savenpm install babel-preset-es2015 babel-preset-react react
Usage
Modify app.js
and include the following to register the engine:
server ;