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
- Install Ragemp server.
- Put all files in server-files directory.
- Run
npm i
by cmd insideserver-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 filessDB.ts
andsNodemailer.ts
- Run
build-server.bat
file insideserver-files
directory withserver.exe
. - Now you can modify src code in
app
and test your server!