Download the boilerplate repositoryarrow-up-right.
Place the resource in your server's resources folder.
Open a terminal in the web directory of the resource.
web
Install dependencies:
npm install
To see changes in real-time without rebuilding the application every time:
Go to the config.lua in your external app resource.
config.lua
Set Config.DevMode to true.
Config.DevMode
true
In your terminal (ui folder), run:
ui
npm run dev
This will start a local development server on http://localhost:1717.
http://localhost:1717
Last updated 2 months ago