Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amoutonbrady/vite-ssr-solid


https://github.com/amoutonbrady/vite-ssr-solid

Last synced: about 21 hours ago
JSON representation

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
```