Start with an example
Explore our collection of examples to get familiar with ArkEnv.
Link to section: examplesExamples
Note
The examples listed below are written in TypeScript.
While ArkEnv works with plain JavaScript, TypeScript is recommended. See Requirements for details. If you're still interested in working with ArkEnv in plain JavaScript, see the basic-js example.
| Name | Description |
|---|---|
basic | Minimal example of using ArkEnv in a Node.js app for learning the fundamentals. |
with-standard-schema | Example of mixing ArkType with Standard Schema validators like Zod. |
with-bun | Minimal example of using ArkEnv in a Bun app. |
with-bun-react | Minimal example of using ArkEnv in a Bun+React full-stack app. |
with-vite-react | Minimal example of using ArkEnv in a Vite+React app. |