tandigm-ecw-import
v0.1.1
Published
Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the `react` template (`bsb -theme react -init .`).
Readme
Basic Reason Template
Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the react template (bsb -theme react -init .).
Getting Started
On Localhost
CRAWLER_SESSION_SERVICE_URI=http://localhost:3000 \
CRAWLER_SESSION_SERVICE_API_KEY=1845e4de-6acb-11e8-b040-f40f2438136d \
DEBUG=* node index.jsBuild
npm run buildBuild + Watch
npm run startEditor
If you use vscode, Press Windows + Shift + B it will build automatically
TODO
- Should we remove crawler-tandigm-connect and crawler-eclinicalworks as deps? Maybe we should just rely on it being in crawler-core
