Typescript Boilerplate for alt:V with React - v5.0.1
Super Fast Compilation
💡 Need a Roleplay Script? Try Athena!
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
- Compile Multiple Resources at Once
- Built-in React for WebViews
Use the command below in any terminal, command prompt, etc.
git clone https://github.com/Stuyk/altv-typescript-react
Use the command below in any terminal, command prompt, etc.
cd altv-typescript-react
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 react-dev
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.
Add file name .nocompile
to the resource folder you want to ignore from compiling.