Installation
Scaffolding Your First Beo Project
note
Compatibility: Node.js version 18+
With NPM:
npm create beo-app@latestEnter the project name.
This will prompt you to choose a preferred framework from the following options:
ReactNode.jsVanilla (JavaScript)
If you choose
Reactas your framework, the supported templates are:JavaScript+beoTypeScript+beoTypeScript+Next.js
Last updated