All Projects → Stuyk → altv-typescript

Stuyk / altv-typescript

Licence: other
A Typescript Boilerplate for alt:V with simple setup and usage.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to altv-typescript

altv-quickstart
The fastest alt:V JS setup on GitHub.
Stars: ✭ 29 (-9.37%)
Mutual labels:  fivem, ragemp, altv
altv-os-character-editor
alt:V Open Source Character Editor / Synchronization
Stars: ✭ 35 (+9.38%)
Mutual labels:  fivem, ragemp, altv
legacy-rp-admin-v3
💻 A web interface to help with administrative duties at the FiveM server: Legacy Roleplay. Currently compatible with the OP-FW framework.
Stars: ✭ 29 (-9.37%)
Mutual labels:  fivem
GCPhone-Rewritten
Improved version of the famous GCPhone resource
Stars: ✭ 26 (-18.75%)
Mutual labels:  fivem
FiveM-Civ-Car-Pack
A big library of civilian cars you can fork or download for your server
Stars: ✭ 92 (+187.5%)
Mutual labels:  fivem
esx advancedweaponshop
Advanced Weapon Shop for FiveM ESX Legacy
Stars: ✭ 16 (-50%)
Mutual labels:  fivem
Fivem
The source code for the Cfx.re modification frameworks, such as FiveM, RedM and LibertyM, as well as FXServer.
Stars: ✭ 2,240 (+6900%)
Mutual labels:  fivem
snaily-cadv4
💻 An open source Computer Aided Dispatch (CAD) for FiveM, this is a web based integration for communities who love police roleplaying and dispatching. Discord: https://discord.gg/eGnrPqEH7U
Stars: ✭ 36 (+12.5%)
Mutual labels:  fivem
coreclr-module
CoreClr (.NET Core Common Language Runtime) community made module https://fabianterhorst.github.io/coreclr-module/index.html
Stars: ✭ 65 (+103.13%)
Mutual labels:  altv
CFX-BYPASS
Bypass it, you won't be Banned when playing cheats 2022
Stars: ✭ 18 (-43.75%)
Mutual labels:  fivem
firescript
OneSync Infinity compatible fire script for FiveM.
Stars: ✭ 53 (+65.63%)
Mutual labels:  fivem
Jeva
All scripts and code used through videos/tutorials on Jeva. Compiled by @ThatZiv
Stars: ✭ 156 (+387.5%)
Mutual labels:  fivem
NFive
NFive is a .NET plugin platform for FiveM
Stars: ✭ 53 (+65.63%)
Mutual labels:  fivem
lgsl
LGSL v6.2.0 for PHP 5.4-8.2.0dev (Live Game Server List): online status for Discord, FiveM, Rust, CS, SA:MP, GMOD, Minecraft, Source Query, etc.
Stars: ✭ 101 (+215.63%)
Mutual labels:  fivem
natuna-fivem
Typescript/Javascript Bundled FiveM Framework with single module engine that runs on Javascript runtime. Powered with NodeJS.
Stars: ✭ 21 (-34.37%)
Mutual labels:  fivem
ox inventory
Overextended Inventory for ESX Legacy
Stars: ✭ 149 (+365.63%)
Mutual labels:  fivem
MojiaGarages
🅿 Best advanced garages for QB-Core Framework 🚗
Stars: ✭ 16 (-50%)
Mutual labels:  fivem
fivem-ipl
The ultimate IPL loader for FiveM
Stars: ✭ 26 (-18.75%)
Mutual labels:  fivem
altv-javascript-guide
An alt:V JavaScript Guide built with VuePress
Stars: ✭ 12 (-62.5%)
Mutual labels:  altv
weapons-on-back
A GTA V (FiveM) script that will make certain weapons show up on a player's back if they have it in their weapon wheel.
Stars: ✭ 40 (+25%)
Mutual labels:  fivem

Typescript Boilerplate for alt:V - v4.1.0

Super Fast Compilation

⌨️ Learn how to script for alt:V

❤️ Become a Sponsor of my Open Source Work

💡 Need a Roleplay Script? Try Athena!

🎮 alt:V Multiplayer for GTA:V

This repository if you found it useful!

Features

A simple Typescript Boilerplate that builds incredibly fast using the SWC Library.

  • Full alt:V Type Support for VSCode
  • Built in auto-copy for non-typescript files.
  • Built in handling of multiple resources for compilation.
  • Built in server restart after compilation.
  • Easily expandable resource directory.
  • altv-pkg support for auto-downloading alt:V Server Binaries.
  • Prettier Configuration for code formatting.
  • Tried and tested and used by the Athena Framework for over 1 year.

Installation

Clone the Repository

Use the command below in any terminal, command prompt, etc.

git clone https://github.com/Stuyk/altv-typescript

Install the Repository

Use the command below in any terminal, command prompt, etc.

cd altv-typescript
npm install

Download Server Files

Use the command below in any terminal, command prompt, etc. This will download all necessary server files from an additional package used by this project.

npm run update

Build Typescript Files

Use the command below in any terminal, command prompt, etc. This will build your TypeScript code into JavaScript.

npm run build

Start Production Server (Windows)

Run this command to run the server in production mode.

npm run windows

Start Production Server (Linux)

Run this command to run the server in production mode.

npm run linux

Start Developer Server (Windows)

Run this command to run the server in development mode.

npm run dev

End Server Runtime

Use the key combination ctrl + c to kill your server in your terminal, command prompt, etc.

How to Add Mods, and New Resources

This quickstart repository for Typescript allows mods.

However, do not put your resources in the resources folder.

Instead you should put resources, mods, etc. in the src folder in their own folder. They will be automatically copied to the resources folder after the code is transpiled.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].