Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 927 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 927 Bytes

RRest Frontend

Build Status Greenkeeper badge Maintainability

minimal frontend for testing the rrest API.

Please ignore.


You didn't ignore it? Well…

Setup

git clone git@github.com:technologiestiftung/rrest-front.git
cd rrest-front
npm install
npm run dev
# runs on parcel default port 1234

You will need to run rrest in another process.

Development

Uses Parcel and Typescript test written in Jest.