up2dul / rvtgb

βš›οΈ A minimal React + Vite + TypeScript starter template with πŸ“ file-based routing and πŸ“ Biome for the linter + formatter

Home Page:https://rvtgb.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

βš›οΈ RVTGB

ℹ️ RVTGB stands for React Vite TypeScript Generouted Biome.

About

This starter template is a minimal setup to get React working with:

Also some additional development tools:

  • πŸ”€ Commitlint β€” Make sure the commit messages are well formatted
  • 🐢 Husky β€” A git hooks
  • πŸ“‹ Lint Staged β€” Running some scripts before committing

πŸ’‘ Check out this template instead if you prefer to use the same template without any routing library installed.

Getting Started

Clone this template

Clone this template using one of the following methods:

1. Use this repository as a template

Click the "Use this template" button on the top of this page to create a new repository based on this template.

image

Disclosure: by using this repository as a template, there will be an attribution on your repository.

2. Clone this repository

git clone https://github.com/up2dul/rvtgb.git

# or if you have SSH keys setup
git clone git@github.com:up2dul/rvtgb.git

3. Using degit

degit is a tool that allows you to quickly create a new repository based on an existing one.

npx degit up2dul/rvtgb my-new-project

Usage

Requires Node.js >=18.x. And pnpm >=8.x is recommended as the package manager.

Install dependencies

Make sure you have already in the project directory.

pnpm install

Run the development server

Start the development server by running the following command, and the application will be available at http://localhost:5173.

pnpm dev

Additional informations

  • Absolute paths aliases with ~. Edit the vite.config.ts and tsconfig.json files if you want to change the aliases.
  • The src/pages directory is the default directory for the pages, check out the Generouted documentation for more details.
  • This project is using Biome as the code formatter and linter instead of ESLint with Prettier. Edit the biome.json to change the configuration based on your needs, by checking out the Biome for more details.

About

βš›οΈ A minimal React + Vite + TypeScript starter template with πŸ“ file-based routing and πŸ“ Biome for the linter + formatter

https://rvtgb.pages.dev

License:MIT License


Languages

Language:TypeScript 46.6%Language:CSS 22.4%Language:Shell 19.6%Language:HTML 11.4%