Launch production-ready React apps in seconds with your choice of routing, state management, and authentication.
This is a monorepo containing:
packages/launchstack/- The CLI tool for scaffolding React projects- See CLI README for detailed documentation
npx launchstack my-app# Install dependencies
pnpm install
# Build the CLI
pnpm build
# Run tests
pnpm test# Build the CLI
pnpm build
# Link globally for testing
cd packages/launchstack
pnpm link --global
# Use it anywhere
launchstack test-project
# Unlink when done
pnpm uninstall --global launchstackSee the CLI package README for complete documentation.
MIT