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.
- Host: GitHub
- URL: https://github.com/mericcan41/vite-fivem-react
- Owner: MericcaN41
- Created: 2024-08-17T10:19:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T10:32:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T12:16:21.393Z (over 1 year ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```