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

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

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