An open API service indexing awesome lists of open source software.

https://github.com/prior99/hyrest-boilerplate

A boilerplate for the hyrest library.
https://github.com/prior99/hyrest-boilerplate

Last synced: over 1 year ago
JSON representation

A boilerplate for the hyrest library.

Awesome Lists containing this project

README

          

# Hyrest Boilerplate

## Setup

Yarn should be installed and available in the `$PATH`.

## Starting

### Server

To run the preliminary server in one terminal execute:

```
make run-server
```

If the server is not autoreloading on change, type `rs` and hit enter.

### Web Frontend

To run the web frontend execute, while a server is reachable:

```
make run-web
```