https://github.com/exortek/react-vite-multi-rendering-express
https://github.com/exortek/react-vite-multi-rendering-express
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/exortek/react-vite-multi-rendering-express
- Owner: ExorTek
- Created: 2023-04-04T08:50:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T11:25:16.000Z (over 2 years ago)
- Last Synced: 2025-03-28T21:11:41.313Z (about 1 year ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React & Vite SSR & TailwindCSS & SCSS & Express Example
## Install dependencies
```bash
$ npm install
#or
$ yarn install
```
## Run the development server
```bash
$ npm run dev
#or
$ yarn dev
```