https://github.com/verydanny/snowpack-preact-ssr
https://github.com/verydanny/snowpack-preact-ssr
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/verydanny/snowpack-preact-ssr
- Owner: verydanny
- License: mit
- Created: 2020-10-27T22:01:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T18:44:34.000Z (over 4 years ago)
- Last Synced: 2024-12-30T21:16:19.409Z (5 months ago)
- Language: TypeScript
- Size: 713 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snowpack Preact TypeScript SSR
Simple example showing Preact (can easily switch out to React) with SSR and Snowpack.
## Features
- `ts-node` for SSR code
- Hot reloading on Server and Client, no need for `nodemon`
- Fast Refresh## Commands
`yarn dev` - Start development environment