Solid Start Starter screenshot

Solid Start Starter

Author Avatar Theme by Nirtamir2
Updated: 6 Apr 2023
12 Stars

SolidJS project starter template with TypeScript, ESLint, TailwindCSS, tRPC and Prisma

Categories

Overview

Solid Start Starter is a minimal, opinionated starter package that provides a solid foundation for web development. It includes various features such as SolidStart, Prisma, RPC, TailwindCSS, deployment to Vercel, and more. This package is compatible with the pnpm package manager and provides additional tools such as solid-devtools integration for WebStorm and ESLint configuration. With pre-commit hooks and environment variable configurations, Solid Start Starter offers a convenient and efficient solution for starting web development projects.

Features

  • SolidStart: Provides a minimal and opinionated starting point for web development projects.
  • Prisma: Offers database configuration with the ability to set your own database URL.
  • RPC: Allows for remote procedure calls, making it easy to integrate with other applications or services.
  • TailwindCSS: Includes a customizable CSS utility framework for easy styling.
  • Deployment to Vercel: Offers seamless deployment to the Vercel platform with built-in integration.
  • pnpm package manager: Utilizes the pnpm package manager for efficient dependency management.
  • vite-plugin-solid-svg: Enables the loading of SVG files as components for easier integration.
  • solid-devtools integration for WebStorm: Allows for easier debugging and development in the WebStorm IDE.
  • ESLint configuration: Comes with pre-configured ESLint rules for maintaining code quality.
  • Prettier configuration: Provides automatic code formatting using Prettier.
  • Pre-commit hooks with husky and lint-staged: Enforces code quality and formatting checks before each commit.
  • Environment Variables: Includes configurations for environment variables, such as ENABLE_VC_BUILD and DATABASE_URL.

Installation

To install Solid Start Starter, follow these steps:

  1. Install the pnpm package manager:

    npm install -g pnpm
    
  2. Create a new project using the Solid Start Starter template:

    pnpm init solid-start my-app
    
  3. Navigate to the project directory:

    cd my-app
    
  4. Install project dependencies:

    pnpm install
    
  5. Start the development server:

    pnpm dev
    
  6. Open the project in your preferred IDE (e.g., WebStorm or Visual Studio Code) and start building your application.

Summary

Solid Start Starter is a feature-rich and opinionated starter package for web development projects. With its minimal and efficient setup, it provides developers with a solid foundation to build upon. Features like SolidStart, Prisma, TailwindCSS, and more offer convenience and flexibility. Additionally, the integration with various tools and libraries such as solid-devtools and ESLint improves the development experience. Overall, Solid Start Starter is a great choice for developers looking to start their web projects off on the right foot.