Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 550 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 550 Bytes

Inspired by Postman and Bloom RPC

Falcon RPC (falcon-rpc)

Falcon RPC

Install the dependencies

yarn install

Start the app in development mode (hot-code reloading, error reporting, etc.)

yarn dev

Build the app for production

yarn build