Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkeeth/riot-hono-ssr
https://github.com/kkeeth/riot-hono-ssr
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkeeth/riot-hono-ssr
- Owner: kkeeth
- License: mit
- Created: 2020-03-01T14:37:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T09:05:08.000Z (over 2 years ago)
- Last Synced: 2024-10-18T20:29:43.620Z (2 months ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# riot-express-ssr
This repo is about SSR of [Riot.js](https://riot.js.org/) with [Express](https://expressjs.com/)
See also
* [@riotjs/ssr](https://github.com/riot/ssr)
* [riot/examples/ssr](https://github.com/riot/examples/blob/gh-pages/ssr/)## Usage
```bash
# install modules
$ yarn# boot app
$ yarn start
```## Lisence
[MIT](https://github.com/kkeeth/riot-express-ssr/blob/master/LISENCE)