Skip to content

azakharo/react-minimal-starter-2026

Repository files navigation

React.js Typescript application starter

Usage: create fast prototypes, solve test tasks or start a new project with minimal initial setup.

Tech stack

  • React (v19)
  • TypeScript
  • Vite
  • Tailwind CSS
  • UI Library: shadcn/ui with Radix UI - accessible UI components built with Radix primitives.
  • ESLint
  • Prettier

Quick start

Install dependencies:

npm install

Run dev mode:

npm run dev

Then open http://localhost:5173 page in your browser.

Create a production build

npm run build

See "dist" folder for results.

To run the production build:

npm run preview

Type checking

npm run ts

Linting

npm run lint

About

This is a starter that can be used to create fast prototypes, solve test tasks or start a new project with minimal initial setup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors