0.10.0 • Published 7 years ago
@ryb73-bsexpress/bs-express v0.10.0
bs-express
Express bindings for BuckleScript in Reason.
Getting Started
Install bs-express using npm:
npm install --save bs-expressThen add bs-express as a dependency to bsconfig.json
Right now the library is somewhat underdocumented, so please view the interface file Express.rei or the example folder to see library usage.
Run the example and tests:
Build and start the server:
npm startRun the tests:
npm test0.10.0
7 years ago