Unscoped umbrella package that re-exports EngineJS public API (`@enginehq/core`, `@enginehq/express`, `@enginehq/auth`).
npm install enginehqUnscoped umbrella package that re-exports EngineJS public API (@enginehq/core, @enginehq/express, @enginehq/auth).
> Status: Technical Preview (v0.1.2) — Active development; APIs may change.
``sh`
npm i enginehq
Create a new EngineJS app:
`sh`
npx enginehq init my-app
cd my-app
npm i
npm run dev
`ts``
import { createEngine } from 'enginehq';