Add a web app

Web · JavaScript
Starter kit

1. Clone the starter repository with your terminal or code editor.

bash
1git clone https://git.gallwood.dev/starters/web-quickstart
2cd web-quickstart

2. Rename .env.sample into .env and fill in the values.

bash
1PUBLIC_GALLWOOD_PROJECT = "q47fa-pv2r9"
2PUBLIC_GALLWOOD_REGION = "https://eu1.gallwood.dev/v2"

3. Install the project dependencies

bash
1npm install

4. Start the app, then press the Run check button to confirm the handshake.

bash
1npm run dev
Preview app runs on http://localhost:5173