altv-typescript-svelte Svelte Themes

Altv Typescript Svelte

Yet another typescript boilerplate for GTA V multiplayer mod alt:V

Typescript Boilerplate for alt:V with Svelte - v5.0.1

Super Fast Compilation

šŸŽ® alt:V Multiplayer for GTA:V

šŸ’” Need a Roleplay Script? Try Athena!

ā­ This repository if you found it useful!

Features

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

  • Auto Refresh Server
  • Auto Compile TypeScript Files
  • Auto Download Resources
  • Single Resource Code Support
  • Fastest Auto Reconnect Time on Recompile
  • Built-in Svelte for WebViews

Installation

Clone the Repository

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

git clone https://github.com/mehrangta/altv-typescript-svelte

Install the Repository

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

cd altv-typescript-svelte
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

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

Run this command to run the server in development mode.

This will automatically reconnect your alt:V Client if you have debug mode turned on.

npm run dev

WebView Previews

If you need to modify the WebView and want to work out of the browser, use the following command.

npm run webdev

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

Always add your already compiled resources & mods into the resources folder.

Top categories

Loading Svelte Themes