fivem-react-boilerplate-lua
fivem-react-boilerplate-lua copied to clipboard
Basic Lua & React (TypeScript) boilerplate for FiveM
_I'm adding prettier options, because nowadays almost everybody uses Prettier._ **Pull Request Checklist**: * [x] Have you followed the guidelines in our contributing document and Code of Conduct? * [x]...
will allow anyone that uses template to just git add . without the need to add ignores and stuff for node_modules which is the boogy man of big files
**Pull Request Description** Using Vite instead of craco for faster dev server startup and building times, the boilerplate is generated using Vite's create cli. **Pull Request Checklist**: * [X] Have...
**Pull Request Description** Users having issue with white background over the UI so I added transparent to the index.css https://discord.com/channels/791854454760013827/795438488610537552/980474391093727256 **Pull Request Checklist**: * [x] Have you followed the guidelines...
Hey ! I'm wanting to start my first React project in FiveM but I've some questions that came up while reading React's official documentation. It seems that some things have...
I made a vehicle hud that displays speed, gear and rpm when inside a vehicle. It doesn't have any buttons to click, so it doesn't use the native `RegisterNUICallback` at...