Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michalczaplinski/marko-async-streaming-ssr

An example of async streaming SSR with Marko.js
https://github.com/michalczaplinski/marko-async-streaming-ssr

Last synced: about 2 months ago
JSON representation

An example of async streaming SSR with Marko.js

Awesome Lists containing this project

README

        

# Example of async streaming SSR with Marko.js

## Getting Started

```bash
npm install
npm run dev
```

## Production Build

```bash
npm run build
npm start
```