Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amoutonbrady/vite-ssr-solid
https://github.com/amoutonbrady/vite-ssr-solid
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/amoutonbrady/vite-ssr-solid
- Owner: amoutonbrady
- Created: 2021-02-18T10:08:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T18:19:24.000Z (almost 3 years ago)
- Last Synced: 2024-05-30T16:31:29.196Z (5 months ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 28
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# _Vite Solid_ SSR
A SSR implementation using [Solid.js](https://solidjs.com/) & [Vite](https://vitejs.dev/)
## Usage
First get the Repository
```bash
npx degit amoutonbrady/vite-ssr-solid
```then cd into your app dir
```bash
cd
```and install the dependencies
```bash
pnpm i
```