Version 1.1.0
1338 downloads
This is RageMP start server template. It's using typescript (server-side and client-side), Vue.js for CEF and including simple log in/sign up system.
Thanks CocaColaBear for typescript types:
Server-side: https://github.com/CocaColaBear/types-ragemp-s
Client-side: https://github.com/CocaColaBear/types-ragemp-c
Installation:
Install Ragemp server.
Put all files in server-files directory.
Run npm i by cmd inside server-files, server-files/app/server, server-files/app/client, server-files/app/cef.
Server using MySQL as a database. So you have to import sql structure file in to your database. Import sql structure file structure.sql into it.
Modify your account data inside app/server/Options/ in files sDB.ts and sNodemailer.ts
Run build-server.bat file inside server-files directory with server.exe.
Now you can modify src code in app and test your server!
Also available on github: https://github.com/MarkCavalli/rage-server-start-template