Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michalczaplinski/marko-async-streaming-ssr
- Owner: michalczaplinski
- Created: 2021-07-23T02:43:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T02:45:56.000Z (over 3 years ago)
- Last Synced: 2024-10-16T00:16:35.096Z (3 months ago)
- Language: JavaScript
- Size: 163 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```