Getting Started
Installation
Download the boilerplate repository.
Place the resource in your server's resources folder.
Open a terminal in the
webdirectory of the resource.Install dependencies:
npm installDevelopment Mode
To see changes in real-time without rebuilding the application every time:
Go to the
config.luain your external app resource.Set
Config.DevModetotrue.In your terminal (
uifolder), run:
npm run devThis will start a local development server on http://localhost:1717.
Last updated