Frontend
After Download your purchased script, you need to ensure to compile as below.
Frontend :
Go to "frontend" folder

Run your favorite code / editor and run at this folder, for run command purpose
Open Readme.md if you need to know something to do
Custom you .env file, originally it show as below

Lets say my domain app is patrol.kreatifdev.com and my api domain is api.kreatifdev.com, modify the file like this

Then run "npm run build" on terminal

The process resulted a "dist" folder
Then navigate into it using your editor, to ensure all done and ready to upload into your webserver
Done
Last updated