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
- Host: GitHub
- URL: https://github.com/exortek/react-vite-multi-rendering-fastify
- Owner: ExorTek
- Created: 2023-04-04T16:29:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T10:53:49.000Z (about 3 years ago)
- Last Synced: 2025-06-10T02:46:56.209Z (about 1 year ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```