React+Swift Example
An example of a universal/isomorphic React app with a Swift (Vapor) backend.
Works on both OS X (using JavaScriptCore) and Linux (using duktape).
An in-depth walkthrough of this example can be found in this blog post.
Building
make deps all
Running
make run