awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repositorios

Awesome GitHub RepositoriesTypeScript Initializations

Bootstrapping processes that specifically configure a project for TypeScript development.

Distinct from Project Bootstrapping: Focuses on the initial TypeScript setup phase rather than the general React bootstrapping process.

Explore 8 awesome GitHub repositories matching web development · TypeScript Initializations. Refine with filters or upvote what's useful.

Awesome TypeScript Initializations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • react/create-react-appAvatar de react

    react/create-react-app

    103,327Ver en GitHub↗

    This project is a command-line tool and build toolchain used to bootstrap React web applications. It serves as a project bootstrapper and single-page application scaffold, providing a pre-configured development environment, folder structure, and build pipeline. The toolchain integrates a frontend development server with live reloading and error overlays to accelerate the iterative coding process. It handles production asset bundling by minifying code and generating hashed assets for deployment, and it includes a configuration suite for generating the service workers and web manifests required

    Provides a specialized bootstrapping process to create applications pre-configured for TypeScript development.

    JavaScriptbuild-toolsreactzero-configuration
    Ver en GitHub↗103,327
  • chentsulin/electron-react-boilerplateAvatar de chentsulin

    chentsulin/electron-react-boilerplate

    24,242Ver en GitHub↗

    This project is a cross-platform desktop boilerplate and application template used to build software for Windows, macOS, and Linux. It provides a pre-configured foundation that combines Electron and React to accelerate the bootstrapping of desktop applications. The starter kit integrates TypeScript to maintain type safety in large-scale projects and provides a scalable structure for frontend integration within a desktop shell. The project includes a build pipeline for multi-platform software distribution, utilizing a module bundling system to optimize assets. Its architecture implements a sp

    Integrates TypeScript into the bootstrapping process to maintain type safety in large-scale desktop projects.

    TypeScript
    Ver en GitHub↗24,242
  • microsoft/typescript-react-starterAvatar de microsoft

    microsoft/TypeScript-React-Starter

    11,043Ver en GitHub↗

    This project is a TypeScript React starter template and frontend development boilerplate. It provides a pre-configured project scaffold and foundation for building type-safe user interfaces, integrating essential tooling for typing, linting, and testing to accelerate the start of a web application. The scaffold distinguishes itself by providing a complete production asset pipeline that generates minified JavaScript and CSS bundles to optimize loading speeds. It includes a dedicated component testing suite for executing logic and snapshot tests in a simulated browser environment, alongside a h

    Bootstraps the project with specific TypeScript configurations and initializations for React development.

    TypeScript
    Ver en GitHub↗11,043
  • vicinaehq/vicinaeAvatar de vicinaehq

    vicinaehq/vicinae

    6,436Ver en GitHub↗

    Builds custom extensions using React and TypeScript, compatible with the Raycast ecosystem.

    C++app-launcherlinuxnodejs
    Ver en GitHub↗6,436
  • brucedevices/firmwareAvatar de BruceDevices

    BruceDevices/firmware

    4,941Ver en GitHub↗

    This firmware transforms an ESP32 device into a portable penetration testing platform by combining an embedded JavaScript runtime with multi-protocol wireless attack capabilities, USB and Bluetooth HID emulation, and a menu-driven user interface. It is designed as a unified system that integrates persistent storage, hardware abstraction for external radio modules, a serial command protocol for headless operation, and a web-based remote desktop that streams the device screen and relays button inputs for remote control. The custom JavaScript scripting environment enables users to write and run

    Provides TypeScript compilation and project setup wizards for custom script development.

    Cbrucecardputerembedded-systems
    Ver en GitHub↗4,941
  • obsidianmd/obsidian-sample-pluginAvatar de obsidianmd

    obsidianmd/obsidian-sample-plugin

    4,305Ver en GitHub↗

    This project is a TypeScript plugin boilerplate and template for creating community extensions for the Obsidian knowledge base application. It provides a foundational codebase and starter project designed to implement development best practices for building and distributing plugins. The repository includes a Deno-based project bootstrapper that automates the generation of a TypeScript project template, including the necessary build configurations and definitions. The project covers the full development workflow for extensions, including TypeScript-to-JavaScript transpilation, asset packaging

    Establishes a standardized development environment with necessary build tools and definitions for TypeScript projects.

    TypeScript
    Ver en GitHub↗4,305
  • vuejs/create-vueAvatar de vuejs

    vuejs/create-vue

    4,325Ver en GitHub↗

    create-vue is the official project scaffolding tool for Vue.js applications. It generates a standardized Vue project structure with Vite as the default build tool and development server, and optionally configures TypeScript integration for type-safe development from the start. The tool supports both interactive prompt-based scaffolding and CLI flag-driven automation, allowing users to either walk through feature selection via terminal prompts or skip directly to a pre-configured project by passing flags like --typescript or --router as command-line arguments. It also includes legacy versi

    Configures TypeScript support during project initialization, enabling type-safe development from the start.

    Vuevitevuevue3
    Ver en GitHub↗4,325
  • wmonk/create-react-app-typescriptAvatar de wmonk

    wmonk/create-react-app-typescript

    3,680Ver en GitHub↗

    This project is a pre-configured starter template and development environment for building web applications using TypeScript and React. It provides a project scaffold that automates the initial setup of build configurations and type safety. The environment includes a build pipeline for compiling and bundling React components, alongside a local development server featuring live reloading and integrated linting. It also provides a boilerplate for Progressive Web Apps, incorporating service worker support for offline asset caching. Broad capability areas cover frontend build automation, web app

    Provides bootstrapping processes that specifically configure a new project for TypeScript development.

    JavaScriptcreate-react-appfrontendreact
    Ver en GitHub↗3,680
  1. Home
  2. Web Development
  3. React Development
  4. Project Bootstrapping
  5. TypeScript Initializations

Explorar subetiquetas

  • Extension RuntimesSandboxed environments for loading and executing React/TypeScript extensions compatible with the Raycast API. **Distinct from TypeScript Initializations:** Distinct from TypeScript Initializations: focuses on runtime extension execution, not project bootstrapping.