Based on mpcmarques/react-vite-tailwindcss-i18next-starter
A starter template for a FiveM module using:
- React as the components library
- Tailwindcss as the design library
- i18next as the internationalization library
Also they come with prettier and eslint configured.
Clone the repository, run yarn
open a terminal in the web folder and run yarn start (npm run start)
open a terminal in the web folder and run yarn start:game (npm run start:game)
open a terminal in the web folder and run yarn build (npm run build)