A Create React App template (cra-template-cartesi-ts-sqlite) for bootstrapping React frontends with Cartesi backends using SQLite and TypeScript. Version 0.8.2 is the latest. It provides a pre-configured project structure that integrates Cartesi's TypeScript SQLite stack, saving developers time from manual setup. Different from official CRA templates, it targets Cartesi dApp developers who need a React + TypeScript + SQLite starting point. The package is stable but niche, with low release cadence.
npm install cra-template-cartesi-ts-sqliteNo compatibility data collected yet for this library.
Scaffolds a new React project using the Cartesi TypeScript SQLite template, then starts the development server.
Upgrade Node.js to version 10 or higher.
Use exactly: npx create-react-app <name> --template cartesi-ts-sqlite
Run git init after creating the project if needed.
Run: npx create-react-app@latest <name> --template cartesi-ts-sqlite
Ensure correct spelling: --template cartesi-ts-sqlite
Run npm install in the created project directory.