Scaffolding Your First Beo Projectarrow-up-right
note
Compatibility: Node.js version 18+
With NPM:
npm create beo-app@latest
Enter the project name.
This will prompt you to choose a preferred framework from the following options:
React
Node.js
Vanilla (JavaScript)
If you choose React as your framework, the supported templates are:
JavaScript + beo
JavaScript
beo
TypeScript + beo
TypeScript
TypeScript + Next.js
Next.js
Last updated 9 months ago