This is an angular project in order to optimize the work and help new developers to create graphical interfaces for FiveM UI.
Run npm run build
to generate 'dist/fivem-angular-boilerplate'.
Just copy 'dist/fivem-angular-boilerplate'
content to 'scriptName/UI'
folder.
Download the project and execute npm i
& run ng serve
Note: For now, you can build the UI via browser and emulate sended via backend (client side of FiveM), after that, build you app and complete the code in your client side.