Getting started
Rewi is an HTML over the wire framework for Typescript.
It's currently experimental, but you can build useful things with it already.
Setup
The fastest way to get started is to clone the repository and check the examples in the playground/
folder.
git clone git://github.com/alpacaaa/rewi
cd rewi
yarn
# Run the dev server
cd packages/playground
yarn dev
The server will run at http://localhost:9090
.