Getting Started
Last updated
Download the boilerplate repository.
Place the resource in your server's resources folder.
Open a terminal in the web directory of the resource.
Install dependencies:
npm installTo see changes in real-time without rebuilding the application every time:
Go to the config.lua in your external app resource.
Set Config.DevMode to true.
In your terminal (ui folder), run:
npm run devThis will start a local development server on http://localhost:1717.
Last updated