Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 492 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 492 Bytes

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 :)