npm.io
0.1.1 • Published 6d agoCLI

@dlustudio/create-dragon-app

Licence
MIT
Version
0.1.1
Deps
0
Size
10 kB
Vulns
0
Weekly
217

@dlustudio/create-dragon-app

A command-line starter generator for React + FastAPI projects.

Built for fast app scaffolding with a clean frontend/backend structure.

Run with npx

npx @dlustudio/create-dragon-app MyNewApp

Or install globally

npm install -g @dlustudio/create-dragon-app
create-dragon-app MyNewApp

What it creates

MyNewApp/
  frontend/
    src/
    package.json
  backend/
    app/
      main.py
    requirements.txt
    .env.example
  docs/
    START-HERE.md
  dragon-notes.md
  README.md
  package.json

Frontend start

cd frontend
npm install
npm run dev

Backend start

cd backend
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
uvicorn app.main:app --reload --port 8001

Commands

npx @dlustudio/create-dragon-app MyNewApp
create-dragon-app MyNewApp
create-dragon-app --help
create-dragon-app --version

License

MIT

Keywords