Skip to content

MarkKhramko/ripple-tailwindcss

Repository files navigation

Ripple + Tailwind CSS Template

A minimal Ripple application template with TypeScript, Vite and Tailwind CSS.

Getting Started

  1. Install dependencies:

    npm install # or pnpm or yarn
  2. Start the development server:

    npm run dev
  3. Build for production:

    npm run build

Code Formatting

This template includes Prettier with the Ripple plugin for consistent code formatting.

Available Commands

  • npm run format - Format all files
  • npm run format:check - Check if files are formatted correctly

Configuration

Prettier is configured in .prettierrc with the following settings:

  • Uses tabs for indentation
  • Single quotes for strings
  • 100 character line width
  • Includes the prettier-plugin-ripple for .ripple file formatting

VS Code Integration

For the best development experience, install the Prettier VS Code extension and the Ripple VS Code extension.

Learn More

About

A minimal Ripple (framework) application template with Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published