This is a monorepo containing the Yurt CLI project scaffolding tool, in addition to several template packages representing different application types.
The following application types are currently supported:
- Standalone React/Vite App
- React/Vite App + Node Apollo GraphQL Server
- Make sure you have
pnpm
version 8+ installed. You can find installation instructions here. - From
packages/cli
runpnpm install
. - From
packages/cli
runpnpm yurt
and answer the prompts.