create-web-spatial
v0.0.8
Published
*Last updated: Thursday, April 16, 2026, WebSpatial 1.5.0 Compatible*
Readme
Create Web Spatial App
Last updated: Thursday, April 16, 2026, WebSpatial 1.5.0 Compatible
This is a CLI tool to create a basic WebSpatial Project setup using Vite, TS/JS, and React.
Create Project
npx create-web-spatial@latest
cd projectNameInstallation
npm install
cp .env.example .env.localStart Web Dev Server
npm run devStart AVP Dev Server
Open a new terminal
npm run start:avpLaunch in the AVP Simulator
Open a new terminal
npm run simulate:avp