Stormix / react-fivem-typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FiveM React, Tailwind and Vite module template

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.

How to use

installing dependencies

Clone the repository, run yarn

running on browser

open a terminal in the web folder and run yarn start (npm run start)

running on server

open a terminal in the web folder and run yarn start:game (npm run start:game)

building

open a terminal in the web folder and run yarn build (npm run build)

About


Languages

Language:TypeScript 69.0%Language:JavaScript 20.4%Language:CSS 4.5%Language:HTML 3.4%Language:Lua 2.7%