GitXplorerGitXplorer
p

express-reasonml-example

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
d4439654f7d63e6eb5f9ed792f4d1f32a2f5b4d5

docs: fixed copy-n-paste blooper in README.md

pphillipj committed 6 years ago
Unverified
6d24aa32c0400704319231d689c325b6f523c9f2

Skeleton express.js server up-n-running

pphillipj committed 6 years ago
Unverified
5d1588d23e4e855a7accacbfd49eda3630182f5e

Initial empty commit

pphillipj committed 6 years ago

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