GitXplorerGitXplorer
p

express-reasonml-example

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

express.js w/ReasonML example

This is a project strictly for fun and demoing purposes 😎 Companion app to the TypeScript example.

To get this baby live and kicking, follow the steps below.

-1. Install Node.js

Pick and install your favorite LTS/Current flavor on https://nodejs.org.

0. Download project source code

$ git clone https://github.com/phillipj/express-reasonml-example.git
$ cd express-reasonml-example

1. Install dependencies

$ npm install

2. Transpile ReasonML to JavaScript

$ npm run build

3. 🚙💨

$ node lib/js/src/Server.bs.js

License

MIT