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

https://github.com/mericcan41/vite-fivem-react

A simple vite template with built-in fivem support.
https://github.com/mericcan41/vite-fivem-react

Last synced: about 1 month ago
JSON representation

A simple vite template with built-in fivem support.

Awesome Lists containing this project

README

          

# Vite Fivem React

A vite template made for developing FiveM scripts. It includes a context to handle NUI messages and some core styling.

## Installation

You can clone the repository from GitHub or you can use degit to clone into a folder

```sh
npx degit MericcaN41/vite-fivem-react app-name
cd app-name
npm install
npm run dev
```