destiny-fivem / dy-typescript-resource-template

FiveM Typescript Resource Template Using ESBuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Destiny Typescript Resource Template

How to use

  1. Clone the repository $ git clone https://github.com/destiny-fivem/dy-typescript-resource-template.git my-resource
  2. Install dependencies $ yarn -D or $ npm install -D
  3. Build the script $ yarn run build or $ npm run build (for hot reload run $ yarn run watch or $ npm run watch)
  4. Develop your script :D

About

FiveM Typescript Resource Template Using ESBuild

License:MIT License


Languages

Language:JavaScript 69.0%Language:TypeScript 21.6%Language:Lua 9.4%