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!
A simple Typescript Boilerplate that builds incredibly fast using the SWC Library.
Use the command below in any terminal, command prompt, etc.
git clone https://github.com/mehrangta/altv-typescript-svelte
Use the command below in any terminal, command prompt, etc.
cd altv-typescript-svelte
npm install
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
Run this command to run the server in production mode.
npm run windows
Run this command to run the server in production mode.
npm run linux
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
If you need to modify the WebView and want to work out of the browser, use the following command.
npm run webdev
Use the key combination ctrl + c
to kill your server in your terminal, command prompt, etc.
Always add your already compiled resources & mods into the resources
folder.