0.10.0 • Published 5 years ago

@ryb73-bsexpress/bs-express v0.10.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

bs-express

Express bindings for BuckleScript in Reason.

Getting Started

Install bs-express using npm:

npm install --save bs-express

Then 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 start

Run the tests:

npm test