Cross platform application to convert Structured Load data into various formats. Still in development, though code is here to serve as an example.
Utilises Electron, React, Redux and many other excellent Javascript libraries.
- More tests
- Structured Load output to various Review platforms (Introspect, Reccomind, Relativity)
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a server that sends hot updates to the renderer process:
$ npm run dev
Boilerplate code based heavily on the excellent work over at https://github.com/chentsulin/electron-react-boilerplate.