Vrttv Boilerplate screenshot

Vrttv Boilerplate

Author Avatar Theme by Drumpy
Updated: 28 Jul 2022
42 Stars

Avoid setting up a project from scratch. Start using VRTTV

Categories

Overview:

This product is a front-end development boilerplate that provides a pre-configured setup for starting new projects. It includes various tools and frameworks such as Vite, React, Tailwind CSS, TypeScript, and more. The goal of this boilerplate is to save developers time by providing a pre-built structure for projects.

Features:

  • Vite: Next generation frontend tooling
  • Imagemin: Plugin for compressing image assets
  • Vite Plugin HTML: Plugin for processing HTML with minify
  • React: A JavaScript library for building user interfaces
  • React Router: Declarative routing for React apps at any scale
  • TypeScript: A superset of JavaScript
  • Tailwind: A utility-first CSS framework
  • Babel with preset-env: The compiler for next generation JavaScript
  • Prettier: Opinionated Code Formatter
  • ESLint: Tool for identifying and reporting on patterns found in ECMAScript/JavaScript code
  • Simple Import Sort: Easy autofixable import sorting
  • Import Plugin: Rules that help validate proper imports
  • Tailwind Plugin: Plugin for Tailwind CSS usage
  • Husky: Git hooks made easy
  • Lint Staged: Run linters on git staged files
  • Conventional Commits with Gitmoji: A specification for adding human and machine-readable meaning to commit messages
  • GitHub Actions: Automate your workflow on GitHub
  • Vercel: Deploy your application on Vercel

Installation:

To use this boilerplate, you need to have Node 16 or above, Git, a Vercel account, Vercel CLI, and Gitmoji CLI installed. Here are the steps to get started:

  1. Option 1: Generate a new repository with this template

    • Use the “Use this template” option to generate a new repository with the boilerplate.
  2. Option 2: Copy just the project scaffolding

    • Copy the project scaffolding without creating a new repository.
  3. Option 3: Clone the entire repository

    • Clone the entire repository to your local machine.
  4. Go to the project directory.

  5. Install dependencies.

  6. Start the server.

Summary:

This front-end development boilerplate provides a pre-configured setup for starting new projects. It includes various tools and frameworks such as Vite, React, Tailwind CSS, TypeScript, and more. It also integrates with GitHub Actions and Vercel for automating workflows and deploying applications. The installation process is straightforward and can be done by generating a new repository with the template, copying the project scaffolding, or cloning the entire repository. Overall, this boilerplate aims to save developers time by providing a pre-built structure for their projects.