@semiont/frontend
v0.5.5
Published
Semiont frontend - pre-built Vite SPA with static file server
Readme
@semiont/frontend
Pre-built Semiont frontend as a Vite SPA with a zero-dependency Node.js static file server. This package contains the compiled frontend application ready to run with Node.js.
Installation
npm install -g @semiont/frontendThis package is typically installed automatically by semiont provision when using the Semiont CLI.
Usage
The recommended way to run Semiont is through the CLI:
npm install -g @semiont/cli
semiont init my-project
cd my-project
semiont provision
semiont startThe CLI handles configuration, environment setup, and process management.
Direct Usage
PORT=3000 semiont-frontend
# or
PORT=3000 node node_modules/@semiont/frontend/server.jsRequires PORT and SEMIONT_BACKEND_URL environment variables to be configured.
What's Included
dist/- Vite-built static SPA assetsserver.js- Zero-dependency Node.js static file server with SPA fallback
