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.
- Host: GitHub
- URL: https://github.com/prior99/hyrest-boilerplate
- Owner: Prior99
- Created: 2017-12-26T14:09:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T14:36:57.000Z (over 8 years ago)
- Last Synced: 2025-01-22T02:44:18.590Z (over 1 year ago)
- Language: TypeScript
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```