About This File
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 iby 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.sqlinto it. -
Modify your account data inside
app/server/Options/in filessDB.tsandsNodemailer.ts -
Run
build-server.batfile insideserver-filesdirectory withserver.exe. -
Now you can modify src code in
appand test your server!
Also available on github: https://github.com/MarkCavalli/rage-server-start-template
What's New in Version 1.1.0 See changelog
Released
- Fixed ts client and server rage types
- Updated packages
