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

https://github.com/exortek/react-vite-multi-rendering-fastify


https://github.com/exortek/react-vite-multi-rendering-fastify

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# React & Vite SSR & TailwindCSS & SCSS & Fastify Example

## Install dependencies
```bash
$ npm install
#or
$ yarn install
```

## Run the development server
```bash
$ npm run dev
#or
$ yarn dev
```