JSPM

spawn-react-app

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q28472F
  • License ISC

A fast and minimal CLI tool to scaffold modern React projects powered by Vite.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (spawn-react-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    spawn-react-app

    spawn-react-app is an opinionated CLI tool to instantly scaffold modern React projects with best practices and performance-first defaults. Built as an alternative to create-react-app, it uses VITE under the hood for lighening-fast development.

    Features

    • Zero-config project scaffolding
    • Powered by Vite
    • Pre-configured with:
      • Import alias
      • ESLint + Prettier
      • TailwindCSS (WIP)
      • ShadCN (WIP)
      • React Router / Tanstack Router (WIP)
      • State management libraries (WIP)
      • Testing (WIP)

    Getting Started

    Using latest Production release

    • You can use this package from latest release on npm
    • Just run this command inside your terminal,
    npx spawn-react-app@latest

    Checkout latest changes from dev branch

    • You can easily checkout latest push on dev branch which has not been released yet.
    • For that, run this command inside your terminal,
    bash -c "$(curl -fsSL https://dev--spawn-react-app.netlify.app/run.sh)" -- https://dev--spawn-react-app.netlify.app/spawn-react-app.tgz