Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 411 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 411 Bytes

JSON-RPC Example

A super simple JSON-RPC example based on Laminas JSON-RPC Server, OpenRPC Client JS, and Mithril.

Install

composer install
npm install

Run

Frontend

npm run start

Backend

php -S localhost:9999 -t web/

Build

Frontend

npm run build