Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shqld/preact-ssr
SSR sample work with preact, unistore, webpack
https://github.com/shqld/preact-ssr
preact server-side ssr webpack webpack4
Last synced: 8 days ago
JSON representation
SSR sample work with preact, unistore, webpack
- Host: GitHub
- URL: https://github.com/shqld/preact-ssr
- Owner: shqld
- License: mit
- Created: 2018-08-04T09:06:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T22:01:32.000Z (about 2 years ago)
- Last Synced: 2024-10-19T10:26:29.711Z (2 months ago)
- Topics: preact, server-side, ssr, webpack, webpack4
- Language: JavaScript
- Homepage:
- Size: 351 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# preact-ssr
SSR sample work with preact, unistore, webpack
## Installation
```
yarn
```## Development
```
yarn start
```## Production
```
yarn build
```