Express bindings in Reason
Express bindings for BuckleScript in Reason.
bs-expressusing npm:
npm install --save bs-express
bsconfig.json:
{ "name": "your-project", "bs-dependencies": ["bs-express"] }
Right now the library is somewhat underdocumented, so please view the interface file
Express.reior the example folder to see library usage.
If you'd like to contribute, you can follow the instructions below to get things working locally.
npm install
npm start
To run tests, run the command:
npm test