Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

99kr/fivem-ts-react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FiveM React Boilerplate with TypeScript

This is built upon fivem-react-boilerplate but with my personal preferences and working with TypeScript.

Setup

Cloning the boilerplate

git clone https://github.com/99kr/fivem-ts-react-boilerplate.git resourcename

Dependencies

Navigate into nui.

npm install

Run a local development server

npm start

Build it

npm run build

Happy Developing :)